X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fstring-quartet-template-simple.ly;h=8244d10fe80a211a830fb3ac30c9d59971498581;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=eb338b841686dacc97237ea72159fdcc886c3f87;hpb=2fc3988838b744a41e4a86436cb0b335480466b7;p=lilypond.git diff --git a/input/lsr/string-quartet-template-simple.ly b/input/lsr/string-quartet-template-simple.ly index eb338b8416..8244d10fe8 100644 --- a/input/lsr/string-quartet-template-simple.ly +++ b/input/lsr/string-quartet-template-simple.ly @@ -1,57 +1,80 @@ %% 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.62" \header { lsrtags = "unfretted-strings, template" + texidoces = " +Esta plantilla muestra un cuarteto de cuerda normal. También utiliza +una sección @code{\\global} para el compás y la armadura + +" + doctitlees = "Plantilla de cuarteto de cuerda (sencilla)" + + texidocde = " +Dieses Beispiel demonstriert die Partitur für ein Streichquartett. Hier +wird auch eine @qq{@code{\global}}-Variable für Taktart und +Vorzeichen benutzt. +" + texidoc = " This template demonstrates a simple string quartet. It also uses a -\\global section for time and key signatures +@code{\\global} section for time and key signatures " doctitle = "String quartet template (simple)" } % begin verbatim global= { - \time 4/4 - \key c \major - } - - violinOne = \new Voice { \relative c''{ - \set Staff.instrumentName = "Violin 1 " - - c2 d e1 - - \bar "|." }} - violinTwo = \new Voice { \relative c''{ - \set Staff.instrumentName = "Violin 2 " - - g2 f e1 - - \bar "|." }} - viola = \new Voice { \relative c' { - \set Staff.instrumentName = "Viola " - \clef alto - - e2 d c1 - - \bar "|." }} - cello = \new Voice { \relative c' { - \set Staff.instrumentName = "Cello " - \clef bass - - c2 b a1 - - \bar "|."}} - - \score { - \new StaffGroup << - \new Staff << \global \violinOne >> - \new Staff << \global \violinTwo >> - \new Staff << \global \viola >> - \new Staff << \global \cello >> - >> - \layout { } - \midi { } - } + \time 4/4 + \key c \major +} + +violinOne = \new Voice \relative c'' { + \set Staff.instrumentName = #"Violin 1 " + + c2 d + e1 + + \bar "|." +} + +violinTwo = \new Voice \relative c'' { + \set Staff.instrumentName = #"Violin 2 " + + g2 f + e1 + + \bar "|." +} + +viola = \new Voice \relative c' { + \set Staff.instrumentName = #"Viola " + \clef alto + + e2 d + c1 + + \bar "|." +} + +cello = \new Voice \relative c' { + \set Staff.instrumentName = #"Cello " + \clef bass + + c2 b + a1 + + \bar "|." +} +\score { + \new StaffGroup << + \new Staff << \global \violinOne >> + \new Staff << \global \violinTwo >> + \new Staff << \global \viola >> + \new Staff << \global \cello >> + >> + \layout { } + \midi { } +}