Re: lilypond-user Digest, Vol 130, Issue 192

2013-09-30 Thread Dossy Shiobara
error. :-) Minor annoyance is that the MIDI file gets written out as -1.midi instead of just .midi but I'm happy renaming the thing to get what I want ;-) -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http

MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
... Layout output to `test.ps'... Converting to `./test.pdf'... Success: compilation successfully completed -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
And that also (necessarily) means that if I need to organize the arrangement in multiple \score blocks, there's no way for me to generate a single MIDI file from them using LilyPond alone? On 9/29/13 4:58 PM, Federico Bruni wrote: 2013/9/29 Dossy Shiobara do...@panoptic.com mailto:do

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
. Really, LP should let me specify a \midi section at the \book level and have it generate a MIDI file for all \score's contained in the \book. :-/ -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http

Re: MIDI output of multiple scores into a single MIDI file?

2013-09-29 Thread Dossy Shiobara
} } } } This (visually) gives me *exactly* what I want. Your example, even if I rearrange the order of the elements so that ChordNames is first, then FretBoards, etc., it still renders the first Voice staff first ... -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com

Re: Multiple tensions in Chord Mode

2012-05-28 Thread Dossy Shiobara
work around this? What about using the alternate note names? Could you do this: c e g bes cis' dis' for example, if des' == cis', right? -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com

Re: help needed for new church hymnbook / hulp gevraagd voor nieuw liedboek

2012-05-10 Thread Dossy Shiobara
On 5/10/12 5:58 AM, Wilbert Berendsen wrote: The music engraving is done using LilyPond. What format is the source material in? Hand-written scores? How will this material be provided to those who are selected to join the engraving team? -- Dossy Shiobara | He realized

Re: (somewhat OT:) lilypond calling bash script questions

2012-05-09 Thread Dossy Shiobara
This may or may not do exactly what you want: find [0-9]* -name '*.ly' -print | while read f; do cd `dirname $f` lilypond `basename $f` done On 5/9/12 9:39 AM, Christopher Webster wrote: /How can I sequentially cd to all subdirectories that start with a number?/ -- Dossy Shiobara

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
' { \key f \major f g1 ~ | f g4 } } Then, the other voices just started out with a { s1 | } ... On 4/2/12 11:02 PM, Dossy Shiobara wrote: I know how to make a pitch transparent (e.g., \override Rest #'transparent = ##t) but is there a way to specify a pitch with a null

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
this is likely to lead to collisions. \once \override where appropriate is safer. -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on. (p. 70) * WordPress

Re: Pitch with null duration?

2012-04-04 Thread Dossy Shiobara
Good point. I've moved the #'ignore-collisions to before the chord that matters and applied \once to it. Thanks for the tip. -- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com

Re: Beamed rests

2012-04-04 Thread Dossy Shiobara
nt = ##t r8 a16] } } } -- Dossy Shiobara | "He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on." (p. 70) * WordPress * jQuery * MySQL *

Pitch with null duration?

2012-04-03 Thread Dossy Shiobara
-- Dossy Shiobara | He realized the fastest way to change do...@panoptic.com | is to laugh at your own folly -- then you http://panoptic.com/ | can let go and quickly move on. (p. 70) * WordPress * jQuery * MySQL * Security * Business Continuity