]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / fingering.ly
index 15c29335843428a6056b3bf4f04b9dd6add65aba..bd958282cbb0d0b97ada6a65cb065012a2061e9c 100644 (file)
@@ -1,26 +1,18 @@
-\header {
-
-texidoc = "Automatic fingering tries to put fingering instructions
-next to noteheads.  scriptHorizontal puts the center fingerings horizontally next to
-the note heads.
-
-For this to function, you have to @code{\apply} pitchify-scripts to
-the music you're dealing with, and you have to do so outside of a
-@code{\relative} block.  "
+\version "2.19.21"
 
+\header {
+  texidoc = "Automatic fingering tries to put fingering instructions
+next to noteheads.
+"
 }
 
-\score {
+\layout { ragged-right= ##t }
 
- \notes\relative c' {
c4-4
+\relative {
 c'4-4
   <c-1 f-4>
   < c-1 e-2 g-3  b-4 >
-\apply #pitchify-scripts \relative c'  { c4-4
-  <c-1 f-4>
- < c-1 e-2 g-3  b-4 >
- \property Voice.scriptHorizontal = ##t
-   <c-1 f-4>
-   <c-1 f-4 a-5>   
- < c-1 e-2 g-3  b-4 >   
- } } }
+}
+
+
+