]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/string-number.ly
Revert "Issue 4082/2: Add scripts/auxiliar/smob-convert.sh for one-time C++ conversion"
[lilypond.git] / input / regression / string-number.ly
index 06386fc727d8b6c802c9098355093fd2d88cec7a..76243ba6843299f9d830ec2440803e0edc5dd7ad 100644 (file)
@@ -4,13 +4,16 @@ positioning mechanism as finger instructions."
 
 }
 
-\version "2.5.17"
+\version "2.16.0"
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
-\relative {
+\relative c' {
   <c\1 e\2 g\3>
-  \set fingeringOrientations = #'(down right up)
+  c4
+  \set fingeringOrientations = #'(down left up)
+  \set stringNumberOrientations = #'(down right up)
   <c\1 e\2 g\3>
+  <c-1\1 e-2\2 g-3\3>
 }