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

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 13: Line 13:
 
}
 
}
 
\include "arabic.ly"
 
\include "arabic.ly"
\relative sol' { \grace \parenthesize
+
\relative sol' {  
sol\breve \parenthesize sol
+
\parenthesize sol4 sol8 sol8 sol4
 
}
 
}
  

Revision as of 14:19, 13 January 2020


\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"
  }
}