Sorry perhaps you mean on a line break. in that case you can do

\version "2.18.2"

<<

\new Staff {

\relative c' {c2~c4 d~d e~e f~\break f2 g}

}

\new TabStaff{

\new TabVoice{

c2~c4 <d-4>~|

d e~e f~|

\once \override TabStaff.TabNoteHead.transparent = ##t

f2 g|

}

}

>>


Stephen
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to