Difference between revisions of "ΧΑΡΑΚΤΗΡΕΣ"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 1: Line 1:
 
<score raw>
 
<score raw>
 +
\include "lilypond-book-preamble.ly"
 
\paper {
 
\paper {
   paper-height = 90\mm
+
   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))
 
}
 
}
\header {
 
tagline = "  "
 
}
 
 
\include "arabic.ly"
 
\include "arabic.ly"
\relative do' {
+
\relative sol' {
  do re misb fa sol la sisd do sisb la sol fa misb re do
+
\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