Re: DevNull produces strange output

2013-05-10 Thread Janek WarchoĊ‚
2012/10/29 David Kastrup : > The definition of Devnull is > > \context { > \name "Devnull" > \type "Engraver_group" > > %% don't want to route anything out of here: > \alias "Staff" > \alias "Voice" > \description "Silently discards all musical information given to this > context." > } >

Re: DevNull produces strange output

2012-10-29 Thread Thomas Morley
2012/10/29 David Kastrup : > Thomas Morley writes: > >> Hi, >> >> accidently I noticed that DevNull produces some weird output, if its >> argument contains an override to TabStaff, VaticanaStaff or >> RhythmicStaff (this list may be not complete) >> >> \version "2.17.4" >> >> mus = { >> \o

Re: DevNull produces strange output

2012-10-29 Thread David Kastrup
Thomas Morley writes: > Hi, > > accidently I noticed that DevNull produces some weird output, if its > argument contains an override to TabStaff, VaticanaStaff or > RhythmicStaff (this list may be not complete) > > \version "2.17.4" > > mus = { > \override TabStaff.TabNoteHead #'color = #

DevNull produces strange output

2012-10-29 Thread Thomas Morley
Hi, accidently I noticed that DevNull produces some weird output, if its argument contains an override to TabStaff, VaticanaStaff or RhythmicStaff (this list may be not complete) \version "2.17.4" mus = { \override TabStaff.TabNoteHead #'color = #red % same with: % \overr