]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / fingering.ly
index db5d5fa3865c24a536e1d07353ae58e2c5e19294..28f5fc262bd6d83fe62038e56d8b19b939273a2d 100644 (file)
@@ -1,15 +1,14 @@
-\version "1.5.68"
+
+\version "1.9.8"
 \header {
 
 texidoc = "Automatic fingering tries to put fingering instructions
-next to noteheads.  scriptHorizontal puts the center fingerings horizontally next to
-the note heads.
+next to noteheads.
+"
+}
 
-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.  "
+    \paper { raggedright= ##t }
 
-}
 
 \score {
 
@@ -17,11 +16,7 @@ the music you're dealing with, and you have to do so outside of a
  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 >   
- } } }
+}}
+
+