]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-scripts.ly
Ensure scripts inside chords obey manual directions.
[lilypond.git] / input / regression / chord-scripts.ly
index 31319979454e439c675e013d9e25571f3bd5ca7f..1e0f454b2000d5829a9d1aa196ab1050424d2bde 100644 (file)
@@ -1,19 +1,16 @@
-
 \version "2.12.0"
-\header {
-
-texidoc = "Scripts can also be attached to chord elements."
 
+\header {
+  texidoc = "Scripts can also be attached to chord elements.
+They obey manual direction indicators."
 }
 
-\relative c''{
-  < c-.  > 4
-  < c->  > 4
-  < c-. e-. g-. b-. >  
-  < c^^  > 4
-  < c_^  > 4
-  < c_^ e^^ > 4
-  < c^^ e_^ > 4
-
-
+\relative c'' {
+  < c-. >4
+  < c-> >4
+  < c-. e-. g-. b-. >4
+  < c^^ >4
+  < c_^ >4
+  < c_^ e^^ >4
+  < c_^ e_^ >4
 }