Re: Removing markups in piano reduction

2014-01-30 Thread Eluze
Joshua Nichols wrote
 I'm sorry, it should read #'none. It does not work even there.

\layout{
  \context{
\Staff
\override DynamicTextSpanner.style = #'none
  }
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Removing-markups-in-piano-reduction-tp158625p158630.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


Removing markups in piano reduction

2014-01-29 Thread Joshua Nichols
Hello all,

I am transcribing Mendelssohn's He Watching Over Israel from Elijah.

The setup I have has a vocal reduction. One of the things I'm using is text
markup for cresc. and dim. because I don't want the text spanners in
the regular commands.

My question is, how do I remove the markup engraver in the context of the
vocal reduction? Or, how do I remove the actual spanners from the preset
\dim and \decresc?

Thanks a bunch!

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


Re: Removing markups in piano reduction

2014-01-29 Thread Glen Larsen
To your second question, remove the text spanners throughout with,

\layout {
  \context {
\Dynamics
\override DynamicTextSpanner #'style = #'none
  }
}



On Wed, Jan 29, 2014 at 10:14 AM, Joshua Nichols
josh.d.nich...@gmail.comwrote:

 Hello all,

 I am transcribing Mendelssohn's He Watching Over Israel from Elijah.

 The setup I have has a vocal reduction. One of the things I'm using is
 text markup for cresc. and dim. because I don't want the text spanners
 in the regular commands.

 My question is, how do I remove the markup engraver in the context of the
 vocal reduction? Or, how do I remove the actual spanners from the preset
 \dim and \decresc?

 Thanks a bunch!

 Sincerely,
 Josh

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


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


Re: Removing markups in piano reduction

2014-01-29 Thread Joshua Nichols
I'm sorry, but it doesn't work.

blah = \relative c' { c\dim d e f\!}

\score {

\new Staff { \blah}

\layout { \context {

\Dynamics

\override DynamicTextSpanner #'style = #'invisible

} } }


The snippet does not work.


IC,

Josh


On Wed, Jan 29, 2014 at 12:38 PM, Glen Larsen glenl@gmail.com wrote:

 To your second question, remove the text spanners throughout with,

 \layout {
   \context {
 \Dynamics
 \override DynamicTextSpanner #'style = #'none
   }
 }



 On Wed, Jan 29, 2014 at 10:14 AM, Joshua Nichols josh.d.nich...@gmail.com
  wrote:

 Hello all,

 I am transcribing Mendelssohn's He Watching Over Israel from Elijah.

 The setup I have has a vocal reduction. One of the things I'm using is
 text markup for cresc. and dim. because I don't want the text spanners
 in the regular commands.

 My question is, how do I remove the markup engraver in the context of the
 vocal reduction? Or, how do I remove the actual spanners from the preset
 \dim and \decresc?

 Thanks a bunch!

 Sincerely,
 Josh

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



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


Re: Removing markups in piano reduction

2014-01-29 Thread Eluze
Joshua Nichols wrote
 I'm sorry, but it doesn't work.
 
 blah = \relative c' { c\dim d e f\!}
 
 \score {
 
 \new Staff { \blah}
 
 \layout { \context {
 
 \Dynamics
 
 \override DynamicTextSpanner #'style = #'invisible
 
 } } }
 
 
 The snippet does not work.

Uh, you didn't apply the snippet correctly:

- it says none, not invisible
- you apply it to the wrong context - since you didn't show your code Glen
assumed your dynamics are in a Dynamics context - put the override in the
correct context and it works!

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Removing-markups-in-piano-reduction-tp158625p158628.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: Removing markups in piano reduction

2014-01-29 Thread Joshua Nichols
I'm sorry, it should read #'none. It does not work even there.

IC,

Josh


On Wed, Jan 29, 2014 at 4:47 PM, Joshua Nichols josh.d.nich...@gmail.comwrote:

 I'm sorry, but it doesn't work.

 blah = \relative c' { c\dim d e f\!}

 \score {

 \new Staff { \blah}

 \layout { \context {

 \Dynamics

 \override DynamicTextSpanner #'style = #'invisible

 } } }


 The snippet does not work.


 IC,

 Josh


 On Wed, Jan 29, 2014 at 12:38 PM, Glen Larsen glenl@gmail.com wrote:

 To your second question, remove the text spanners throughout with,

 \layout {
   \context {
 \Dynamics
 \override DynamicTextSpanner #'style = #'none
   }
 }



 On Wed, Jan 29, 2014 at 10:14 AM, Joshua Nichols 
 josh.d.nich...@gmail.com wrote:

 Hello all,

 I am transcribing Mendelssohn's He Watching Over Israel from Elijah.

 The setup I have has a vocal reduction. One of the things I'm using is
 text markup for cresc. and dim. because I don't want the text spanners
 in the regular commands.

 My question is, how do I remove the markup engraver in the context of
 the vocal reduction? Or, how do I remove the actual spanners from the
 preset \dim and \decresc?

 Thanks a bunch!

 Sincerely,
 Josh

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




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