Una corda strings

2015-07-12 Thread Andrew Bernard
Can you set pedalUnaCordaStrings in the same was as you can alter pedalSustainStrings, so as to change ‘una cord’ to ‘uc’, say? Can you set the una corda pedal line spanner to dashed, while leaving the sustain pedal as a solid line? Andrew ___ lilyp

Re: Easy way to switch off transpositions

2015-07-12 Thread David Kastrup
Chris Yate writes: > On 12 July 2015 at 23:02, David Kastrup wrote: > >> Chris Yate writes: >> >> > I find it would be very convenient every now and again to be able to >> change >> > a score to be non-transposing -- in order to easily check pitches etc. >> > >> > Any better approaches? >> >> W

Re: Easy way to switch off transpositions

2015-07-12 Thread Chris Yate
On 12 July 2015 at 23:02, David Kastrup wrote: > Chris Yate writes: > > > I find it would be very convenient every now and again to be able to > change > > a score to be non-transposing -- in order to easily check pitches etc. > > > > Any better approaches? > > Well, the Midi should be fine alre

Re: Easy way to switch off transpositions

2015-07-12 Thread David Kastrup
Chris Yate writes: > I find it would be very convenient every now and again to be able to change > a score to be non-transposing -- in order to easily check pitches etc. > > Any better approaches? Well, the Midi should be fine already, so you need this just for proofreading. And for that, you s

Easy way to switch off transpositions

2015-07-12 Thread Chris Yate
Hi, I find it would be very convenient every now and again to be able to change a score to be non-transposing -- in order to easily check pitches etc. I've already organised my music via variables, e.g.: BflatBassMusic = { \transposition bf,, \transpose bf,, c { \relative c{ bf1--\

Re: Generating scores from Scheme

2015-07-12 Thread Thomas Morley
2015-07-12 15:15 GMT+02:00 H. S. Teoh : > On Sun, Jul 12, 2015 at 08:40:37PM +1000, Andrew Bernard wrote: >> Hi T, >> >> Is this actually a question about Scheme programming, or a question >> about how to generate parts from a full score? > > About Scheme. I know how to generate parts from a full s

Re: Generating scores from Scheme

2015-07-12 Thread H. S. Teoh
On Sun, Jul 12, 2015 at 08:40:37PM +1000, Andrew Bernard wrote: > Hi T, > > Is this actually a question about Scheme programming, or a question > about how to generate parts from a full score? About Scheme. I know how to generate parts from a full score, but it involves a lot of repetitive copy-n

Re: proportional notation from MIDI file

2015-07-12 Thread karl
Federico Bruni: > Il giorno dom 12 lug 2015 alle 12:58, Peter <2peterst...@gmail.com> ha > scritto: > > Does anyone know if it is possible to convert a MIDI file to an > > proportional (spacial) notated score with LilyPond? In other words: > > can > > LilyPond calculate the right spaces between t

Re: proportional notation from MIDI file

2015-07-12 Thread Federico Bruni
Il giorno dom 12 lug 2015 alle 12:58, Peter <2peterst...@gmail.com> ha scritto: Does anyone know if it is possible to convert a MIDI file to an proportional (spacial) notated score with LilyPond? In other words: can LilyPond calculate the right spaces between the notes based on timing in a MID

proportional notation from MIDI file

2015-07-12 Thread Peter
Hi, Does anyone know if it is possible to convert a MIDI file to an proportional (spacial) notated score with LilyPond? In other words: can LilyPond calculate the right spaces between the notes based on timing in a MIDI file? I have no experience with LilyPond yet, and wonder if it is worthwile

Re: \tabChordRepeats location inside the \score block

2015-07-12 Thread Federico Bruni
Il giorno dom 12 lug 2015 alle 12:55, David Kastrup ha scritto: \tabChordRepeats does this earlier in order to escape the scorification defaults unsuitable for tabulature. \tabChordRepetition will instead change the scorification defaults but those are then applied to any music, not just that

Re: \tabChordRepeats location inside the \score block

2015-07-12 Thread David Kastrup
Federico Bruni writes: > I know I can put \tabChordRepeats before each TabVoice variable to > make it work: > > \new TabVoice { \voiceOne \tabChordRepeats \upper } > ... > > The actual question is why the two commands differ. Because they do totally different things at totally different times. E

Re: Generating scores from Scheme

2015-07-12 Thread Andrew Bernard
Hi T, Is this actually a question about Scheme programming, or a question about how to generate parts from a full score? Andrew On 12 July 2015 at 12:18:17, H. S. Teoh (hst...@quickfur.ath.cx) wrote: Is it possible to use Scheme to generate \score blocks? What's the correct syntax for doing

Re: \tabChordRepeats location inside the \score block

2015-07-12 Thread Federico Bruni
I know I can put \tabChordRepeats before each TabVoice variable to make it work: \new TabVoice { \voiceOne \tabChordRepeats \upper } ... The actual question is why the two commands differ. I see that hideSplitTiedTabNotes is just a list of overrides: hideSplitTiedTabNotes = { \override TabV

\tabChordRepeats location inside the \score block

2015-07-12 Thread Federico Bruni
In the example below, \hideSplitTiedTabNotes is working while \tabChordRepeats doesn't. I cannot find the proper place to make it work in that score block. Any hint appreciated. Thanks in advance Federico \version "2.19.22" upper = \relative { r8 ~ q4 q8~ 8 q4~ \break | q1 } lower = \relati