ΧΑΡΑΚΤΗΡΕΣ

From www.PSALTIKI.info
Revision as of 14:19, 13 January 2020 by Root (talk | contribs)
Jump to: navigation, search


\include "lilypond-book-preamble.ly"
\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"
\relative sol' { 
\parenthesize sol4 sol8 sol8 sol4
}

\layout {
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}