]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / fingering.ly
index 15c29335843428a6056b3bf4f04b9dd6add65aba..33ea305f7169acb7d6c1f53304e9f69b9590e64a 100644 (file)
@@ -1,26 +1,22 @@
+
+\version "2.3.4"
 \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 {
 
- \notes\relative c' {
+ \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 >   
- } } }
+}}
+
+