Hi Stephen,

Fixing the stem length means that I'll have to manually change it for each
bass string.
My fault, my example should have bean more explicit.
Thanks for giving a try anyway.

Cheers,
Pierre


2015-03-05 23:39 GMT+01:00 Stephen MacNeil <classicalja...@gmail.com>:

> How is this
>
> \version "2.18.2"
>
>
> myMusic = \transpose c c, {
>
> \key ees\major
>
> \tag myStaff { ees8 ees16 f f f aes8~ aes4 aes8 g16 f }
>
> % => here's a workaround, using brackets, but gives warnings:
>
> \tag myTab {
>
> ees8 ees16 f f f aes8~ aes4 aes8 g16 f }
>
> }
>
>
> \score {
>
> \new StaffGroup <<
>
> \new Staff \keepWithTag myStaff \myMusic
>
> \new TabStaff \keepWithTag myTab \myMusic
>
> >>
>
> \layout {
>
> \context {
>
> \Staff
>
> \clef "F_8"
>
> \numericTimeSignature
>
> }
>
> \context {
>
> \TabStaff
>
> stringTunings = #bass-tuning
>
> \clef "moderntab"
>
> \tabFullNotation
>
> \stemDown
>
> \override Beam.positions = #'(-3.5 . -3.5)
>
> \omit TimeSignature
>
> \override Stem.details.lengths = #'(5)
>
> \omit TextScript
>
> }
>
> }
>
> }
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to