Norm sign of a note

2011-04-19 Thread alb84

I want to put the norm (or modulo, or absolute value, in math) on a note,
\breve put a vertical line at the left and at the right of the note, but I'd
like to put two lines at the left and two lines at the right... is it
possibile?
-- 
View this message in context: 
http://old.nabble.com/%22Norm%22-sign-of-a-note-tp31431727p31431727.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


Force end measure with compound time signature

2011-04-18 Thread alb84

Here is my problem

http://old.nabble.com/file/p31425579/Gloria_Pagina_4.png 

I'm reporting the code of the bass part

\bar ||
%\key g \major

#(set-time-signature 13 4 '(3 4 3 3))
\override Staff.TimeSignature #'stencil = #(custom-time-signature 3 
4
3 3 4)

\partial 4 c,4 |
g'2 g4
a f g e
f d g
c, c c |
b( a) b
c( e) fis g
fis d c
b d e |
d2( e4)
f d e( c)
d b g'
e d e |
d2.
e4( fis) g( d)
c d d
e d d |
\set measureLength = #(ly:make-moment 6 4) 
d2.
d2.\fermata |
\bar ||

\time 4/4
e1( |
d2 c) |
d1\fermata |

\bar |.

I'd like to stop the measure before the Amen and reset the time signature to
4/4 but I don't know how...

-- 
View this message in context: 
http://old.nabble.com/Force-end-measure-with-compound-time-signature-tp31425579p31425579.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: Force end measure with compound time signature

2011-04-18 Thread alb84

Solved like this

#(set-time-signature 3 4)
\override Staff.TimeSignature #'stencil = ##f

and then


#(set-time-signature 4 4)
\override Staff.TimeSignature #'stencil = ##f

Here the result

http://old.nabble.com/file/p31426772/Gloria_Pagina_4.png 
-- 
View this message in context: 
http://old.nabble.com/Force-end-measure-with-compound-time-signature-tp31425579p31426772.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