RE: Octave shifts in polyphonic setting

2018-09-25 Thread Mark Stephen Mrotek
Jogchum, I encountered the same when setting multi-voiced fugues and using the <<{ }\\{ }\\{ }>> construct. Is that what you use? My solution is to set each voice explicitly, e.g., \new Voice = "soprano" { \voiceOne \relative c'' { f4 f f f } } \new Voice =

Re: Octave shifts in polyphonic setting

2018-09-25 Thread Jogchum Reitsma
Hi David (and Matthew), These are fast answers! Thanks a lot! regards, Jogchum Op 25-09-18 om 21:25 schreef David Kastrup: Jogchum Reitsma writes: Hi, When entering a piece of music with some one-, some two- and some three-voiced bars, quite often notes in previous bars go up or down an

Re: Octave shifts in polyphonic setting

2018-09-25 Thread mskala
On Tue, 25 Sep 2018, Jogchum Reitsma wrote: > Restoring this from the first bars affected by adding or deleting apostrophes > or comma's, sometimes lead again to side effects. Rather frustrating... > > Is there a way to prevent this? Are you using relative mode? I only use absolute, myself;

Re: Octave shifts in polyphonic setting

2018-09-25 Thread David Kastrup
Jogchum Reitsma writes: > Hi, > > When entering a piece of music with some one-, some two- and some > three-voiced bars, quite often notes in previous bars go up or down an > octave, when entering new bars. > Restoring this from the first bars affected by adding or deleting > apostrophes or

Octave shifts in polyphonic setting

2018-09-25 Thread Jogchum Reitsma
Hi, When entering a piece of music with some one-, some two- and some three-voiced bars, quite often notes in previous bars go up or down an octave, when entering new bars. Restoring this from the first bars affected by adding or deleting apostrophes or comma's, sometimes lead again to side

Re: tweak markup text

2018-09-25 Thread Aaron Hill
On 2018-09-25 7:38 am, Abraham Lee wrote: Hi, Ryan! On Tue, Sep 25, 2018 at 8:34 AM Ryan Michael wrote: Hello I am trying to offset my markup text above the staff by a horizontal quantity. I can't seem to do so. I have tried % \version "2.18.2" r8^\markup{\tweak #'X-offset

Re: tweak markup text

2018-09-25 Thread David Kastrup
Ryan Michael writes: > Hello > > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried > > > % > \version "2.18.2" > > r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. > > % > > but that results in a syntax

Re: tweak markup text

2018-09-25 Thread Abraham Lee
Hi, Ryan! On Tue, Sep 25, 2018 at 8:34 AM Ryan Michael wrote: > Hello > > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried > > > % > \version "2.18.2" > > r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. > >

Re: tweak markup text

2018-09-25 Thread Kieren MacMillan
Hi Ryan, > I am trying to offset my markup text above the staff by a horizontal > quantity. I can't seem to do so. I have tried Perhaps you’re looking for this? %%% \version "2.18.2" { r8-\tweak #'X-offset #1.5 ^\markup { \huge "tempo I" } r8 r2. } %%% Hope that helps! Kieren.

tweak markup text

2018-09-25 Thread Ryan Michael
Hello I am trying to offset my markup text above the staff by a horizontal quantity. I can't seem to do so. I have tried % \version "2.18.2" r8^\markup{\tweak #'X-offset #1.5\huge"tempo I"} r8 r2. % but that results in a syntax error. -- ॐ नमः शिवाय

Re: Melisma line

2018-09-25 Thread Noeck
Hi Kaj, Am 25.09.2018 um 14:34 schrieb 70147pers...@telia.com: > Noeck: You suggested to print the stop character in white, the assumed > paper colour. But what happens if you would print your score on a > coloured paper, e.g. yellow. Nothing happens, because a space has no colour. So that still

Re: Re: Melisma line

2018-09-25 Thread 70147persson
On 2018-09-24 at 01:02, David Wright wrote: On Sun 23 Sep 2018 at 14:35:59 (-0700), Aaron Hill wrote: On 2018-09-23 1:43 pm, Noeck wrote: Txt = \lyricmode { Ah Ah __ \repeat unfold 2 { \skip 1 } Ah Ah } Try using "" or any invisible markup instead of the skips. That did not work here. But

Re: Instructions to install lilypond onto Raspberry Pi

2018-09-25 Thread Peter Engelbert
That's right -- I had to add the repository from the earlier version of Debian to the apt sources list. That was the only way I could get it to install. Compiling a large program such as lilypond from source was far too difficult for me (I'm a novice when it comes to building from source).

"Generate PDF" works, but cmd doesn't

2018-09-25 Thread Pedro Pessoa
Hello! I want to generate pdf from lilypond files via cmd, so I can run it with AutoHotKey. My test file works on Frescobaldi and with the Generate PDF context menu. I'm using Windows 7 and running cmd with Admin privileges. The ">lilypond" command returns the version and help context. When I