Hi all, I'm looking for a decent solution for, what seems to me as a tricky situation :-)
I've attached an image and a .ly example. I've tried overriding the beamed lengths of the 16th notes, but it does not seem to work with e.g. \override Stem.details.beamed-lengths = #'(0.5) . This override does work in a single voice. I searched and found a possible solution, on a pdf I found on the web, which looks good, but I have no idea how to achieve it in lilypond, grtz, Bart http://www.bartart3d.be/ On facebook <https://www.facebook.com/pages/BartArt3D/169488999795102> On Twitter <https://twitter.com/#%21/Bart_Issimo> On Identi.ca <http://identi.ca/bartart3d> On Google+ <https://plus.google.com/u/0/b/116379400376517483499/>
\version "2.18.2"
\include "../../../library/guitarstuff.ly"
\include "../../../library/shorthand.ly"
\header {
}
\paper {
}
global = {
\key e \minor
\time 2/4
}
upper = \relative e' {
\global
s2 |
\bar "|."
}
lower = \relative e {
\global
e4 dis8 dis |
}
centerup = \relative e' {
\global
b16\rest g' fis e fis8 fis |
}
centerlow = \relative e {
\global
\override Stem.details.beamed-lengths = #'(0.5) s16 b' a g a16 b a b |
}
\score {
\new Staff \with {
} { \clef "treble_8" << \upper \\ \lower \\ \centerup \\ \centerlow >> }
\layout { }
\midi {
\context {
\Score
}
}
\header {
}
}
possible
Description: Binary data
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
