]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-two-parts-on-the-same-staff.ly
Change Snippets compilation
[lilypond.git] / input / lsr / combining-two-parts-on-the-same-staff.ly
index 869e018ce83d83b3fd5ef509ae258a38425e8af2..c493552014a8f7af8b5a664e819657dd09ec7508 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: simultaneous-notes, text
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "simultaneous-notes, text"
+ texidoc = "
 The part combiner tool ( \\partcombine command ) allows you to combine
 different parts on a same Staff. You can choose whether you want or
 don't want to add texts such as \"solo\" or \"a2\", by defining the
@@ -20,29 +22,32 @@ staff : standard polyphony, \\partcombine whitout texts, and
 
 " }
 % begin verbatim
-musicUp = {     \time 4/4
-                       \relative c'' {
-                               a4 c4.(g8) a4 |
-                               g4 e' g,( a8 b) | 
-                               c b a2.
-                       }
+musicUp = {
+  \time 4/4
+  \relative c'' {
+    a4 c4.(g8) a4 |
+    g4 e' g,( a8 b) | 
+    c b a2.
+  }
 }
 
 musicDown = {
-                       \relative c'' {
-                               g4 e4.(d8) c4 |
-                               r2 g'4( f8 e) |
-                               d2 a
-                       }
+  \relative c'' {
+    g4 e4.(d8) c4 |
+    r2 g'4( f8 e) |
+    d2 a
+  }
 }
+
 \score{
-       \new Staff {
-               \set Staff.instrumentName = "Standard polyphony  "
-               << \musicUp  \\ \musicDown >>
-       }
-       \layout{ 
-       indent = 6.0\cm 
-       }
+  \new Staff {
+    \set Staff.instrumentName = "Standard polyphony  "
+    << \musicUp  \\ \musicDown >>
+}
+
+  \layout{ 
+    indent = 6.0\cm 
+  }
 }
 
 \score{