X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpiano-template-with-centered-lyrics.ly;h=c81e4bb7e47c0f998ba2759c9b9c2c35345a6717;hb=e9b10d6b0e1549a3d3d9ca81c63e1b2d9b431910;hp=9727132ff76567e390e1c1698d4a9d0707ba7a37;hpb=a0b2e9cf56fadc0c2c4f23d0e3aa34ba7eaaa0ae;p=lilypond.git diff --git a/input/lsr/piano-template-with-centered-lyrics.ly b/input/lsr/piano-template-with-centered-lyrics.ly index 9727132ff7..c81e4bb7e4 100644 --- a/input/lsr/piano-template-with-centered-lyrics.ly +++ b/input/lsr/piano-template-with-centered-lyrics.ly @@ -1,48 +1,66 @@ %% 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 = "text, piano-music, template" - texidoc = " -Instead of having a full staff for the melody and lyrics, you can place -the lyrics between the piano staff (and omit the separate melody -staff). -" } -% begin verbatim + lsrtags = "text, keyboards, template" + + texidoces = " +En lugar de tener un pentagrama dedicado a la melodía y la letra, ésta +se puede centrar entre los pentagramas de un sistema de piano. + +" + doctitlees = "Plantilla de piano con letra centrada" + + texidocde = " +Anstatt ein eigenes System für Melodie und Text zu schreiben, können +Sie den Text auch zwischen die beiden Klaviersysteme schreiben +(und damit das zusätzliche System für die Gesangstimme auslassen). +" + + texidoc = " +Instead of having a full staff for the melody and lyrics, lyrics can be +centered between the staves of a piano staff. + +" + doctitle = "Piano template with centered lyrics" +} % begin verbatim + upper = \relative c'' { - \clef treble - \key c \major - \time 4/4 - - a b c d - } - - lower = \relative c { - \clef bass - \key c \major - \time 4/4 - - a2 c - } - - text = \lyricmode { - Aaa Bee Cee Dee - } - - \score { - \new GrandStaff << - \new Staff = upper { \new Voice = "singer" \upper } - \new Lyrics \lyricsto "singer" \text - \new Staff = lower { - \clef bass - \lower - } - >> - \layout { - \context { \GrandStaff \accepts "Lyrics" } - \context { \Lyrics \consists "Bar_engraver" } - } - \midi { } - } + \clef treble + \key c \major + \time 4/4 + + a4 b c d +} + +lower = \relative c { + \clef bass + \key c \major + \time 4/4 + + a2 c +} + +text = \lyricmode { + Aaa Bee Cee Dee +} +\score { + \new GrandStaff << + \new Staff = upper { \new Voice = "singer" \upper } + \new Lyrics \lyricsto "singer" \text + \new Staff = lower { \lower } + >> + \layout { + \context { + \GrandStaff + \accepts "Lyrics" + } + \context { + \Lyrics + \consists "Bar_engraver" + } + } + \midi { } +}