Lilypond: Customize bar lines, recursively, automatically?
Posted
by ananth.p
on Stack Overflow
See other posts from Stack Overflow
or by ananth.p
Published on 2010-04-03T04:38:08Z
Indexed on
2010/04/03
4:43 UTC
Read the original article
Hit count: 412
I'm working on Carnatic music scores that involve complex time signatures, that will require modified bar lines
Pattern for barlines for: 8/4
beats: 1 2 3 4 (dashed bar here) 5, 6 (Dotted Bar) 7, 8 (double bar)
Here's one bar of actual score
g16( f) d8 ees( ees) d16( c d8) bes16[( d c bes \bar "dashed"
a g]) a[( bes c] d[ c d]) \bar ":"
g8( f16) ees8( d16 c d) \bar "||"
Is there a way to automate these barlines?
© Stack Overflow or respective owner