X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fstring-quartet-template-with-separate-parts.ly;h=0091bfc2df294d62e1edc6a2e42ada275c918529;hb=5d2f4e30ccbd3b0b5433a86c7a1fba7559ffa428;hp=c9c7ee500ccabe86bf5ae7a8a21fd8bcc8d6ed6b;hpb=7a2c734d887a45e1cfb3ef4bbc67d1f5643d17f9;p=lilypond.git diff --git a/input/lsr/string-quartet-template-with-separate-parts.ly b/input/lsr/string-quartet-template-with-separate-parts.ly index c9c7ee500c..0091bfc2df 100644 --- a/input/lsr/string-quartet-template-with-separate-parts.ly +++ b/input/lsr/string-quartet-template-with-separate-parts.ly @@ -1,6 +1,6 @@ %% 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.46" \header { lsrtags = "unfretted-strings, template" @@ -8,13 +8,14 @@ texidoc = " The \"String quartet template\" snippet produces a nice string quartet, but what if you needed to print parts? This new template demonstrates -how to use the \\tag feature to easily split a piece into individual -parts. +how to use the @code{\\tag} feature to easily split a piece into +individual parts. You need to split this template into separate files; the filenames are -contained in comments at the beginning of each file. piece.ly contains -all the music definitions. The other files – score.ly, vn1.ly, vn2.ly, -vla.ly, and vlc.ly – produce the appropiate part. +contained in comments at the beginning of each file. @code{piece.ly} +contains all the music definitions. The other files – @code{score.ly}, +@code{vn1.ly}, @code{vn2.ly}, @code{vla.ly}, and @code{vlc.ly} – +produce the appropriate part. Do not forget to remove specified comments when using separate files! @@ -31,26 +32,26 @@ global= { } Violinone = \new Voice { \relative c''{ - \set Staff.instrumentName = "Violin 1 " + \set Staff.instrumentName = #"Violin 1 " c2 d e1 \bar "|." }} %********************************* Violintwo = \new Voice { \relative c''{ - \set Staff.instrumentName = "Violin 2 " + \set Staff.instrumentName = #"Violin 2 " g2 f e1 \bar "|." }} %********************************* Viola = \new Voice { \relative c' { - \set Staff.instrumentName = "Viola " + \set Staff.instrumentName = #"Viola " \clef alto e2 d c1 \bar "|." }} %********************************* Cello = \new Voice { \relative c' { - \set Staff.instrumentName = "Cello " + \set Staff.instrumentName = #"Cello " \clef bass c2 b a1