You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LabelSvgFilename.helptext=OOoLilyPond.svg (Pfad und Dateiname innerhalb der Befehlszeile)
499
502
sPdfToSvgPrologue.helptext=erster Teil der Befehlszeile (vor dem PDF-Dateinamen)
500
503
sPdfToSvgEpilogue.helptext=zweiter Teil der Befehlszeile (nach dem PDF-Dateinamen)
501
504
LabelTemplatePath.label=Vorlagenpfad:
@@ -518,7 +521,7 @@ sFormat.helptext=Das PNG-Format sieht auf dem Bildschirm besser aus. Das EPS-, S
518
521
LabelGraphicDPIResolution.label=Auflösung (png)
519
522
iGraphicDPI.helptext=Auflösung für Noten im PNG-Format.
520
523
LabelDPI.label=dpi
521
-
LabelFormatInfo.label=eps: Nur mit OpenOffice%10%10pdf to svg: Nur mit LibreOffice,%10 erfordert externen Konverter%10%10svg & svg [-dcrop]: Nur mit LibreOffice, Vorlage%10 ohne lilypond-book-preamble.ly verwenden
524
+
LabelFormatInfo.label=eps: Nur mit OpenOffice%10%10pdf to svg: erfordert externen Konverter%10%10svg & svg [-dcrop]: Nur mit LibreOffice, Vorlage%10 ohne lilypond-book-preamble.ly verwenden
522
525
bTransparentBackground.label=Transparenter Hintergrund für png
523
526
bTransparentBackground.helptext=png ohne weißen undurchsichtigen Hintergrund erstellen (svg hat keinen weißen Hintergrund)
LabelSvgFilename.helptext=OOoLilyPond.svg (path and filename inside the command)
498
501
sPdfToSvgPrologue.helptext=first part (prior to the pdf file name)
499
502
sPdfToSvgEpilogue.helptext=second part (following the pdf file name)
500
503
LabelTemplatePath.label=Template Path:
@@ -517,7 +520,7 @@ sFormat.helptext=The png format looks better on the screen. The eps, svg and pdf
517
520
LabelGraphicDPIResolution.label=Resolution (png)
518
521
iGraphicDPI.helptext=Resolution for pixel based (png-format) OOoLilyPond objects.
519
522
LabelDPI.label=dpi
520
-
LabelFormatInfo.label=eps: Only with OpenOffice%10%10pdf to svg: Only with LibreOffice,%10 external converter required%10%10svg & svg [-dcrop]: Only with LibreOffice, use%10 template without "lilypond-book-preamble.ly"
523
+
LabelFormatInfo.label=eps: Only with OpenOffice%10%10pdf to svg: external converter required%10%10svg & svg [-dcrop]: Only with LibreOffice, use%10 template without "lilypond-book-preamble.ly"
521
524
bTransparentBackground.label=Transparent Background for png
522
525
bTransparentBackground.helptext=Create png graphics without opaque white background (svg never has a white background)
LabelSvgFilename.helptext=OOoLilyPond.svg (archivo y ruta)
498
501
sPdfToSvgPrologue.helptext=parte primera (antes del nombre del archivo PDF)
499
502
sPdfToSvgEpilogue.helptext=parte segunda (después del nombre del archivo PDF)
500
503
LabelTemplatePath.label=Ruta de las plantillas:
@@ -517,7 +520,7 @@ sFormat.helptext=El formato png luce mejor en la pantalla. Los formatos eps/svg/
517
520
LabelGraphicDPIResolution.label=Resolución (png)
518
521
iGraphicDPI.helptext=Resolución para objetos Oly basados en píxeles (formato-png).
519
522
LabelDPI.label=dpi
520
-
LabelFormatInfo.label=eps: Solamente con OpenOffice%10%10pdf to svg: Solamente con LibreOffice,%10 necesita un convertidor externo%10%10svg & svg [-dcrop]: Solamente con LibreOffice,%10 usar plantilla sin lilypond-book-preamble.ly
523
+
LabelFormatInfo.label=eps: Solamente con OpenOffice%10%10pdf to svg: necesita un convertidor externo%10%10svg & svg [-dcrop]: Solamente con LibreOffice,%10 usar plantilla sin lilypond-book-preamble.ly
521
524
bTransparentBackground.label=Fondo transparente para png
522
525
bTransparentBackground.helptext=Inserta imágenes png sin fondo opaco blanco (el svg no lo tiene)
iGraphicDPI.helptext=Résolution pour les objets OOoLilyPond pixelisés (format png).
444
447
LabelDPI.label=ppp
445
-
LabelFormatInfo.label=eps: Seulement pour OpenOffice%10%10pdf to svg: Seulement pour LibreOffice,%10 nécessite un convertisseur externe%10%10svg & svg [-dcrop]: Seulement pour LibreOffice; uti-%10 liser un modèle sans lilypond-book-preamble.ly
448
+
LabelFormatInfo.label=eps: Seulement pour OpenOffice%10%10pdf to svg: nécessite un convertisseur externe%10%10svg & svg [-dcrop]: Seulement pour LibreOffice; uti-%10 liser un modèle sans lilypond-book-preamble.ly
446
449
bTransparentBackground.label=Fond transparent pour png
447
450
bTransparentBackground.helptext=Créer les images png sans fond opaque blanc (il n’y a jamais de fond blanc en svg)
While InStr (sIncludeStatement, "\") > 0 ' replace "\" by "/", even in Windows LilyPond expects paths to be written with forward slashes
sIncludeStatement = "-I"& Chr(34) & ConvertFromURL(Environ("USERPROFILE")) &"/"& Chr(34) &" -I"& Chr(34) & ConvertFromURL(Environ("ProgramFiles")) &"/"& Chr(34)
385
397
While InStr (sIncludeStatement, "\") > 0 ' replace "\" by "/", even in Windows LilyPond expects paths to be written with forward slashes
0 commit comments