]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fingering.ly
* lily/my-lily-lexer.cc (start_main_input): define input-file-name
[lilypond.git] / input / regression / fingering.ly
index db5d5fa3865c24a536e1d07353ae58e2c5e19294..92c23287fcd18a050c564abd49882281d92e72bc 100644 (file)
@@ -1,27 +1,22 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
 \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' {
  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 >   
- } } }
+  <<c-1 f-4>>
+  << c-1 e-2 g-3  b-4 >>
+}}
+
+