]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-two-parts-on-the-same-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / combining-two-parts-on-the-same-staff.ly
index 0fd7054f47b7cdf0d85390b43dab108592dfa56c..5674978017f457c95eb0ee8b9f9cc87a772b67b9 100644 (file)
@@ -1,19 +1,19 @@
 %% 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"
+\version "2.11.51"
 
 \header {
   lsrtags = "simultaneous-notes, text"
 
   texidoc = "
 The part combiner tool ( @code{\\partcombine} command ) allows the
-combination of several different parts on the same staff. Text
+combination of several different parts on the same staff.  Text
 directions such as \"solo\" or \"a2\" are added by default; to remove
 them, simply set the property @code{printPartCombineTexts} to
 \"false\". For vocal scores (hymns), there is no need to add
-\"solo\"/\"a2\" texts, so they should be switched off. However, it
+\"solo\"/\"a2\" texts, so they should be switched off.  However, it
 might be better not to use it if there are any solos, as they won't be
-indicated. In such cases, standard polyphonic notation may be
+indicated.  In such cases, standard polyphonic notation may be
 preferable.
 
 This snippet presents the three ways two parts can be printed on a same
@@ -44,7 +44,7 @@ musicDown = \relative c'' {
     <<
     \new Staff {
       \set Staff.instrumentName = "Standard polyphony  "
-      << \musicUp  \\ \musicDown >>
+      << \musicUp \\ \musicDown >>
     }
     \new Staff \with { printPartCombineTexts = ##f } {
       \set Staff.instrumentName = "PartCombine without texts  "