Difference between revisions of "ΧΑΡΑΚΤΗΡΕΣ"
m |
m |
||
Line 1: | Line 1: | ||
<score raw> | <score raw> | ||
+ | \include "lilypond-book-preamble.ly" | ||
\paper { | \paper { | ||
− | + | indent = 0\mm | |
+ | line-width = 160\mm | ||
+ | % offset the left padding, also add 1mm as lilypond creates cropped | ||
+ | % images with a little space on the right | ||
+ | line-width = #(- line-width (* mm 3.000000) (* mm 1)) | ||
+ | line-width = 160\mm - 2.0 * 10.16\mm | ||
+ | % offset the left padding, also add 1mm as lilypond creates cropped | ||
+ | % images with a little space on the right | ||
+ | line-width = #(- line-width (* mm 3.000000) (* mm 1)) | ||
} | } | ||
− | |||
− | |||
− | |||
\include "arabic.ly" | \include "arabic.ly" | ||
− | \relative | + | \relative sol' { |
− | + | \parenthesisOpenSymbol \parenthesize sol\parenthesisCloseSymbol la sisd sisb | |
+ | } | ||
+ | |||
+ | \layout { | ||
+ | \context { | ||
+ | \Staff | ||
+ | \remove "Time_signature_engraver" | ||
+ | } | ||
} | } | ||
</score> | </score> |
Revision as of 00:50, 13 January 2020
Unable to compile LilyPond input file:
Processing `.../file.ly'
Parsing...
.../file.ly:16:1: error: unknown escaped string: `\parenthesisOpenSymbol'
\parenthesisOpenSymbol \parenthesize sol\parenthesisCloseSymbol la sisd sisb
.../file.ly:16:1: error: unrecognized string, not in text script or \lyricmode
\parenthesisOpenSymbol \parenthesize sol\parenthesisCloseSymbol la sisd sisb
.../file.ly:16:41: error: unknown escaped string: `\parenthesisCloseSymbol'
\parenthesisOpenSymbol \parenthesize sol
\parenthesisCloseSymbol la sisd sisb
.../file.ly:16:41: error: unrecognized string, not in text script or \lyricmode
\parenthesisOpenSymbol \parenthesize sol
\parenthesisCloseSymbol la sisd sisb
Interpreting music...
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Layout output to `file.eps'...
Converting to PNG...
Layout output to `file-1.eps'...
Writing file-systems.texi...
Writing file-systems.tex...
Writing file-systems.count...
fatal error: failed files: ".../file.ly"
exited with status: 1