Analysis brackets for lyrics

2008-07-29 Thread Matthieu Jacquot

Hi all,
I try to use analysis brackets in a lyrics context, the problem seems more
global : how to call a function in a lyrics context? In the code below the
second staff is when bracket is linked to notes, it would be fine if it was
below the lyrics text. Can anybody help me? Thanks in advance.
Matth
So here's the code :

\version 2.11.*
 \new Voice { c'4 c' c' c'}
\new Lyrics \with {\consists Horizontal_bracket_engraver} 
\lyricmode
{a \startGroup a a a \stopGroup }
  

 \new Voice\with {\consists Horizontal_bracket_engraver} { c'4
\startGroup c' c' c'\stopGroup }
\new Lyrics \lyricmode
{a a a a}
  
http://www.nabble.com/file/p18719232/test.png 

-- 
View this message in context: 
http://www.nabble.com/Analysis-brackets-for-lyrics-tp18719232p18719232.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Analysis brackets for lyrics

2008-07-29 Thread Matthieu Jacquot

Ok, I reply to myself.
I was hesitant to use the extra-offset command because I though that it
would generate a lot of collisions but as it seems that the lyrics and the
brackets are attached to the same objects (notes) they move together, great!
a sample code for those who would be interested :

 \new Voice\with {\consists Horizontal_bracket_engraver} {
\override HorizontalBracket #'extra-offset = #'(0 . -4)
 c'4 \startGroup c c, c'\stopGroup }
\new Lyrics \lyricmode
{a a a a}
  
http://www.nabble.com/file/p18720025/test.png test.png 
-- 
View this message in context: 
http://www.nabble.com/Analysis-brackets-for-lyrics-tp18719232p18720025.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user