Re: [tablatures] tie bug in 2.13.10? |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
Il giorno Tue, 26 Jan 2010 17:55:57 -0000
"Trevor Daniels" <t.daniels@xxxxxxxxxxx> ha scritto:
> Maybe I'm missing something, but I don't see anything wrong
> here or in 2.13.11. What do you expect to see?
try the attached file
in the second alternative the tied note has a white outline
(I'm using the 2.13.11 package downloaded from the website)
\version "2.13.11"
ties = \relative c' {
\repeat volta 2 {
e2. f4~
f2 g2~ }
\alternative {
{ g4 f2. }
{ g4\repeatTie c,2. }
}
b1~\break
b1 \bar "|."
}
\score {
<<
\new StaffGroup <<
\context Staff {
\clef "treble_8"
\ties
}
\context TabStaff {
\hideSplitTiedTabNotes
\ties
}
>>
>>
\layout {
indent = #0
ragged-right = ##t
}
}