X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fcombining-two-parts-on-the-same-staff.ly;h=c493552014a8f7af8b5a664e819657dd09ec7508;hb=91708b30fba67f8fd589980e03ff420c26473a5a;hp=869e018ce83d83b3fd5ef509ae258a38425e8af2;hpb=44ec216ed7a8f92311cdb8ea925d6e5cab4a72a0;p=lilypond.git diff --git a/input/lsr/combining-two-parts-on-the-same-staff.ly b/input/lsr/combining-two-parts-on-the-same-staff.ly index 869e018ce8..c493552014 100644 --- a/input/lsr/combining-two-parts-on-the-same-staff.ly +++ b/input/lsr/combining-two-parts-on-the-same-staff.ly @@ -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{