lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

last end bar must be a repeat


From: Music Teacher
Subject: last end bar must be a repeat
Date: Thu, 28 Apr 2011 22:13:57 -0500

but doesnt work. Whats wrong?

Lilypond 2.13.39 on cygwin, winXP2

invoke method
> lilypond -dbackend=eps -dresolution=600 --png 226.ly
(but lilypond 226.ly doesnt work better).

And here the code:

\version "2.12.2"
\header {
    copyright = ""
    title = ""
    subtitle = ""
    composer = ""
    copyright = ""
 footer = ""
 tagline = ""
}

\paper {
        #(define dump-extents #t)
        between-system-space = 0\cm
        indent = 0\mm
        line-width = 93 \mm
        system-count = #5
        page-count = #1
        force-assignment = #""
}

#(set-global-staff-size 12)
#(ly:set-option 'point-and-click #f)

globalone = {
        \clef treble
        \key d \major
        \time 3/8
}

voiceone = \relative c' { % \slurDotted
        r4 d8 d4 e8 fis4 e8 d4. d4 \breathe d8 d4 e8 fis4 g8 a4. a4 \breathe
a8 d4 cis8 d4 a8 b4 b8 a4 \breathe a8 a4 a8 g4 fis8 e4. d \bar "|:"
        d'4^\markup{Solo/Todos}^\markup{Al fin:} cis8 b4 a8 g4 fis8 e4 d8 e4.
d~d \bar ":|"
}

lyricsone = \lyricmode {
        \set stanza = #"2. " Cor -- de -- ro sin pe -- ca -- do
        que~a las o -- ve -- jas sal -- va,
        a Dios y a los cul -- pa -- bles
        u -- nió con nue -- va~a -- lian -- za.
}

lyricstwo = \lyricmode {
        \set stanza = #"7. " Pri -- mi -- cia de los muer -- tos,
        sa -- be -- mos por tu gra -- cia
        que es -- tás re -- su -- ci -- ta -- do;
        la muer -- te~en ti no man -- da.
        A -- mén, a -- mén, a -- mén. A -- le -- lu -- ya.
}


\score {
        {
        <<
                \context Voice = voiceone {
                        \globalone
                        \voiceone
                        \bar "|."
                }
                \lyricsto voiceone \new Lyrics { \lyricsone }
                \lyricsto voiceone \new Lyrics { \lyricstwo }
%               \lyricsto voiceone \new Lyrics { \lyricsthree }
        >>
        }
        \layout {
                \context {
                \Score
                        \remove "Bar_number_engraver"
                }
                \context {
                \Staff
                        \remove "Time_signature_engraver"
                }
                \context {
                \Lyrics
                        \override LyricText #'font-size = #+5
                }
        }
}

Francois



reply via email to

[Prev in Thread] Current Thread [Next in Thread]