lilypond-user
[Top][All Lists]
Advanced

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

Fine with dashed double barline occurring in middle of bar


From: Nick Payne
Subject: Fine with dashed double barline occurring in middle of bar
Date: Sun, 25 Mar 2012 10:28:19 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0

I'm setting a short piece by Julio Sagreras that has a Fine with dashed double line in the middle of a bar. At the moment I'm duplicating the dashed with a postscript hack, because from reading the documentation I could only see a single dashed barline as available. Is it possible to get a dashed double barline?

\version "2.15.32"

% postscript dashed vertical double line
#(define dashedbar "0.1 setlinewidth [0.62 0.2] 0 setdash -0.3 -2.95 moveto 0 -4 rlineto stroke
    0 -2.95 moveto 0 -4 rlineto stroke")
   
\relative c'' {
    <<
        { <e b g>4-\tweak #'extra-offset #'(0.8 . 0)^\markup\large {
            \concat { "Fine" \postscript #dashedbar } } r e4. dis8 }
    \\
        { e,,4 r r2 }
    >>
}

The piece is the last of the three in the IMSLP scan here: http://imslp.org/wiki/3_Piezas_f%C3%A1ciles,_Op.19_(Sagreras,_Julio_Salvador)

Nick

Attachment: nostalgia.png
Description: PNG image

Attachment: test.png
Description: PNG image


reply via email to

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