2015-03-20 17:21 GMT+01:00 holl...@hollandhopson.com <holl...@hollandhopson.com>: > I’m working on some banjo tablature and I’d like to change the stem length > for beamed stems when 2 non-adjacent strings are played together. I can use > \override-s to lengthen and shift the stems of unbeamed notes. How can I > change the length of beamed stems? It seems like beamed-lengths might hold > the answer, but I haven’t figured out how to apply it or what the numbers > mean. See the minimal example below. > Thanks, > Holland > > ************ > > \version "2.18.0" > > \new TabStaff { > \set TabStaff.instrumentName = "Banjo" > \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo > \set TabStaff.stringTunings = #banjo-open-g-tuning %gDGBD > \tabFullNotation > \numericTimeSignature > \clef moderntab > \relative c' { > \time 4/4 > > g8 < g'\5 d >8 > %how can I make this stem longer, like the unbeamed stem after it? > r2. | > > g,8 > > \once \override Stem.length = #12 % make the stem longer > \once \override Stem.Y-offset = #7 % moves the stem up > \once \override Stem.Y-extent = #'(-7.0 . 0.0) > %moves the flag to the end of the moved stem > > < g'\5 d >8 > > > } % end of banjo notes > } % end of banjo voice > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user
How about my coding here: http://lilypond.1069038.n5.nabble.com/Stem-length-at-a-fixed-height-td172661.html#a172677 Cheers, Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user