Re: Change number of measures per page globally

2018-06-24 Thread Abraham Lee
On Sun, Jun 24, 2018 at 8:35 PM wrote: > ‐‐‐ Original Message ‐‐‐ > > On June 24, 2018 4:14 PM, wrote: > > > On June 24, 2018 3:07 PM, Simon Albrecht simon.albre...@mail.de wrote: > > > > > On 24.06.2018 19:45, crimsonsunr...@protonmail.com wrote: > > > > > > > I looked all over the docu

Re: Chord mode question

2018-06-24 Thread Menu Jacques
Hello Kieren, Thanks! I thought there might be a way to obtain that same result for the first chord without the risk of ambiguity, i.e. other chords with notes removed may end up as in customChordExceptions too. A nice day! JM > Le 24 juin 2018 à 20:34, Kieren MacMillan a > écrit : > > He

Re: Change number of measures per page globally

2018-06-24 Thread crimsonsunrise
‐‐‐ Original Message ‐‐‐ On June 24, 2018 4:14 PM, wrote: > On June 24, 2018 3:07 PM, Simon Albrecht simon.albre...@mail.de wrote: > > > On 24.06.2018 19:45, crimsonsunr...@protonmail.com wrote: > > > > > I looked all over the documentation and couldn't find anything close > > > > > >

Re: Chord mode question

2018-06-24 Thread Kieren MacMillan
Hello, > How can LilyPond be told to display the chords to match the lyrics, i.e. to > mention that some notes are substracted from the chord? Here’s a hint/beginning. (Note: I also took the liberty of making a few efficiency improvements in your original code.) Hope it helps! Kieren. %

Chord mode question

2018-06-24 Thread Menu Jacques
Hello folks, How can LilyPond be told to display the chords to match the lyrics, i.e. to mention that some notes are substracted from the chord? Thanks for your help! JM The code is: %% \version "2.19" P_POne_Staff_One_Voice_One_HARMONY = \chordmode { \language "nederla

Re: Change number of measures per page globally

2018-06-24 Thread Simon Albrecht
On 24.06.2018 19:45, crimsonsunr...@protonmail.com wrote: I looked all over the documentation and couldn't find anything close to that, other than manually inserting page breaks on each part that composes a score, which is time comsuming and... You don’t need page breaks in every part. If we a

Change number of measures per page globally

2018-06-24 Thread crimsonsunrise
I looked all over the documentation and couldn't find anything close to that, other than manually inserting page breaks on each part that composes a score, which is time comsuming and...I don't want every single staff to have the same number of measures per line, as some of those will have sever

Re: Switching to drummode and back

2018-06-24 Thread foxfanfare
Thomas Morley-2 wrote > Hi, > > try > > \set Staff.explicitClefVisibility = ##(#f #t #t) > \set Staff.explicitKeySignatureVisibility = ##(#f #t #t) > > HTH, > Harm Exactly what I was looking for, thank you Harm! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Switching to drummode and back

2018-06-24 Thread Thomas Morley
2018-06-24 12:33 GMT+02:00 foxfanfare : > David Kastrup wrote >> There is a firstClef context property you can set to ##f . > > Hi David, thank you for your answer and sorry for the delay: > I tried your solution and inserted: > > \layout { > \context { > \Staff > firstClef = ##f >

Re: Switching to drummode and back

2018-06-24 Thread foxfanfare
David Kastrup wrote > There is a firstClef context property you can set to ##f . Hi David, thank you for your answer and sorry for the delay: I tried your solution and inserted: \layout { \context { \Staff firstClef = ##f } } but this doesn't solve my problem which is at th