Re: Allow music with layout instructions in output definitions. (issue 5701049)

2013-09-05 Thread lemniskata . bernoullego
Hi, (some archeology...) On 2012/02/29 23:44:20, dak wrote: Janek Warchoł writes: > On Wed, Feb 29, 2012 at 9:22 AM, David Kastrup wrote: >> Janek Warchoł writes: >>> >>> sure, i can do this.  Neverth

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread David Kastrup
Janek Warchoł writes: > On Wed, Feb 29, 2012 at 9:22 AM, David Kastrup wrote: >> Janek Warchoł writes: >>> >>> sure, i can do this.  Nevertheless, writing these in \layout {} would >>> be more elegant >> >> No.  An arbitrary number of named contexts can occur in the text, and >> some are implic

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread Janek Warchoł
On Wed, Feb 29, 2012 at 9:22 AM, David Kastrup wrote: > Janek Warchoł writes: > >>> Contextmodifications can be placed in variables, so you can write >>> >>> aasettings = \with { ... } >>> >>> and later use >>> >>> \new Voice = aa \aasettings { ... } >>> >>> or >>> >>> \new Voice = aa \with \aase

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-29 Thread David Kastrup
Janek Warchoł writes: >> Contextmodifications can be placed in variables, so you can write >> >> aasettings = \with { ... } >> >> and later use >> >> \new Voice = aa \aasettings { ... } >> >> or >> >> \new Voice = aa \with \aasettings { ... } > > sure, i can do this. Nevertheless, writing these

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-28 Thread Janek Warchoł
On Tue, Feb 28, 2012 at 9:27 AM, David Kastrup wrote: > Janek Warchoł writes: I even hoped that something like this will be possible: \score { <<     \new Voice { b b }     \new Voice = "aa" { b b }   >>   \layout { \override aa.NoteHead #'color = #red } } >>> >

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-28 Thread David Kastrup
Janek Warchoł writes: > On Tue, Feb 28, 2012 at 2:36 AM, wrote: >>> \score { >>>   \new Staff { b b } >>>   \layout { \override NoteHead #'color = #red } >>> } >> >> Totally elusive bug that also afflicted \settingsFrom.  Fixed > > i confirm that it works for me. Thanks! > >>> I even hoped tha

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-27 Thread Janek Warchoł
On Tue, Feb 28, 2012 at 2:36 AM, wrote: >> \score { >>   \new Staff { b b } >>   \layout { \override NoteHead #'color = #red } >> } > > Totally elusive bug that also afflicted \settingsFrom.  Fixed i confirm that it works for me. Thanks! >> I even hoped that something like this will be possibl

Re: Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-27 Thread dak
Reviewers: janek, Message: On 2012/02/27 22:23:15, janek wrote: However, the following example doesn't work (it doesn't produce any warning, either): \score { \new Staff { b b } \layout { \override NoteHead #'color = #red } } Is this intended? I hoped that it would be possible to

Allow music with layout instructions in output definitions. (issue 5701049)

2012-02-27 Thread janek . lilypond
David, this is 300% awesome!! However, the following example doesn't work (it doesn't produce any warning, either): \score { \new Staff { b b } \layout { \override NoteHead #'color = #red } } Is this intended? I hoped that it would be possible to do this. I even hoped that something like t