|
|
Back to UserFriendly Strip Comments Index
| Invoke: UFicle. Topic: Lilypond |
by RunNeoRun |
2009-04-10 20:59:59 |
I am transcribing an old (14th century) Bulgarian Orthodox hymn. I have the hand-engraved version, but it needs some clean-up.
The catch is that it has no measures. I was able to remove the time signature engraver, but so far I've had no luck getting rid of the vertical bars between measures.
The only way I have found to do this, is to switch to Gregorian-style notation. Because someone else may read this, I need to keep the Schenckian notation.
Google searching, Lilypond discussion archive searching, and Lilypond wiki searching so far have turned up nothing.
Here is what I have so far (sorry about the disappearing indents):
\version "2.12.2"
\score {
\new Staff {
\time 4/4
\key d \minor
\relative c' {
d4 d4 d4 e8([ f8 g8 a8] g8[ f8 e8 f8 d4 e4]) f4 g4 a2 g8( a8 bes4) a2
a8([ bes8 a8 g8]~ g4) g8( f8) e8( f8) e8( d8) e8([ f8 g8 a8] g8 f8) e8( f8)
d4( e8 f4) g4.
}
\addlyrics {
Let us who my __ stic' -- ly re -- pre __ sent, re __ pre -- sent
the cher __ ru bim, who
}
}
\layout {
\context { \Staff \remove "Time_signature_engraver" }
\context { \Score \remove "Bar_number_engraver" }
}
}
If someone can point me in the right direction, or better yet, provide a quick recipe or one-liner, I would be most grateful. |
|
[ Reply ] |
|
|
[Todays Cartoon Discussion]
[News Index]
|
|