]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / fingering.ly
index db5d5fa3865c24a536e1d07353ae58e2c5e19294..3e3381326d4336567c03d953dd4ec017edc2b7e9 100644 (file)
@@ -1,27 +1,18 @@
-\version "1.5.68"
-\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.16.0"
 
+\header {
+  texidoc = "Automatic fingering tries to put fingering instructions
+next to noteheads.
+"
 }
 
-\score {
+\layout { ragged-right= ##t }
 
- \notes\relative c' {
- c4-4
+\relative c' {
 c4-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 >   
- } } }
+}
+
+
+