cadenzaOn / Off don't work

2013-02-20 Thread Sávio Ramos
Hello,

The command \cadenzaOn  \cadenzaOff don't remove stem.


\version 2.14.2

\header{
title = Voz Tenor
}
\score{
\new Staff \with { \remove Time_signature_engraver }
{
\time 4/4
\key c \major
\clef bass

\cadenzaOn
bes,4 d1  \glissando  g' c''4
\cadenzaOff

}
\layout{ \context {\Score}}
\midi{}
}


-- 
Sávio M Ramos
Arquiteto, Rio, RJ
Só uso Linux desde 2000
www.debian.org

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


Re: cadenzaOn / Off don't work

2013-02-20 Thread David Kastrup
Sávio Ramos savio.deb...@gmail.com writes:

 Hello,

 The command \cadenzaOn  \cadenzaOff don't remove stem.

Is there a reason they should?

-- 
David Kastrup


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


Re: cadenzaOn / Off don't work

2013-02-20 Thread Nathan
On Wed, Feb 20, 2013 at 9:11 AM, Sávio Ramos savio.deb...@gmail.com wrote:

 Hello,

 The command \cadenzaOn  \cadenzaOff don't remove stem.


They shouldn't. They only affect timing, not the appearance of notes.

To hide stems, use

\override Stem #'stencil = ##f

Regards,
Nathan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: cadenzaOn / Off don't work

2013-02-20 Thread Eluze
Nathan wrote
 On Wed, Feb 20, 2013 at 9:11 AM, Sávio Ramos lt;

 savio.debian@

 gt; wrote:
 
 Hello,

 The command \cadenzaOn  \cadenzaOff don't remove stem.


 They shouldn't. They only affect timing, not the appearance of notes.
 
 To hide stems, use
 
 \override Stem #'stencil = ##f

/beams/ are removed

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/cadenzaOn-Off-don-t-work-tp141213p141219.html
Sent from the User mailing list archive at Nabble.com.

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


Re: cadenzaOn / Off don't work

2013-02-20 Thread David Kastrup
Eluze elu...@gmail.com writes:

 Nathan wrote
 On Wed, Feb 20, 2013 at 9:11 AM, Sávio Ramos lt;

 savio.debian@

 gt; wrote:
 
 Hello,

 The command \cadenzaOn  \cadenzaOff don't remove stem.


 They shouldn't. They only affect timing, not the appearance of notes.
 
 To hide stems, use
 
 \override Stem #'stencil = ##f

 /beams/ are removed

Hardly.  Autobeaming is switched off, so you get only beams for manual
beaming.  But that does not mean that the beams are removed: rather
you get the default flags which are also used on isolated notes.

-- 
David Kastrup


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


Re: cadenzaOn / Off don't work

2013-02-20 Thread Eluze
David Kastrup wrote
 Eluze lt;

 eluzew@

 gt; writes:

 /beams/ are removed
 
 Hardly.  Autobeaming is switched off, so you get only beams for manual
 beaming.  But that does not mean that the beams are removed: rather
 you get the default flags which are also used on isolated notes.

I was addressing the possibility that Sávio Ramos might have confounded
stems and beams (and I didn't want to go into technical details) - if so he
got a hint otherwise he will/can specify what he meant specifically.

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/cadenzaOn-Off-don-t-work-tp141213p141226.html
Sent from the User mailing list archive at Nabble.com.

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