Fwd: Re: Re Position of rests in cue notes (Peter Gentry)

2015-12-25 Thread Peter Gentry
Hello Jacques Yes it would. I was quickly clipping out a tiny example 
(without reading glasses).

Old fogie trouble - but you get the gist.

 On 25/12/2015 15:22, Jacques Menu wrote: > Hello Peter, "Wouldn’t  
{\set Score.skipBars = ##t s2*6 } be more explicit and less confusing? >



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Re Position of rests in cue notes (Peter Gentry)

2015-12-25 Thread Jacques Menu
Hello Peter,

> Le 24 déc. 2015 à 19:13, Peter Gentry  a écrit :
> 
> Brian Barker has supplied the solution.
> 
> That is replace say r8 by b8\rest in the set of cue notes - see   a8. (  [  
> g16 ]  r8 )  b8\rest  |  % 3 - I have left on r8 to
> illustrate the problem.
> 
> It's a bit of a fag to change all the rest in the cueNotes files as I have (5 
> * 4) 20 files one for each part and each movement.
> 
> \version "2.19.25"
> 
> cueNotes= \relative c' { 
> f8-. bes8-. (  d8-. bes8-. )   |  % 2
> a8. (  [  g16 ]  r8 )  b8\rest  |  % 3
> f8-. es'8-. (  c8-. a8-. )   |  % 4
> bes16 (  [  c32 bes32 ]  a32 [  bes32 c16 ]  d8 )  f8\mp (   |  % 5
> g8 )  es8 (  f8 )  d8 (   |  % 6
> es8 )  c8 (  d8 )  bes8 (   |  % 7
> a8\< )  a8\! r16 (  [  g16 f16 r16 )  ]   |  % 8
> }
> \addQuote "cueNotes" { \cueNotes }
> \relative c' {
> \set Score.midiInstrument = "flute"
> \set Score.skipBars = ##t
> \set Score.markFormatter = #format-mark-box-alphabet
> \accidentalStyle "modern-voice-cautionary"
> \clef "treble"
> \key bes\major
> \numericTimeSignature
> \time 2/4
> \tempo "Andante con moto"4=69
> \new CueVoice \with {
>   instrumentCueName="clt3"
>  }
> \cueDuring #"cueNotes"  #UP 
> {\set Score.skipBars = ##t s1*6/8*4 }  

Wouldn’t:

  {\set Score.skipBars = ##t s2*6 }

be more explicit and less confusing?

JM


>  d8\p r8  r8  d8  |  % 2
>  es8 r8  r8  es8  |  % 3
>  c8 r8  r8  c8  |  % 4
> }
> 
> regards
> Peter Gentry 
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Boxed Measure Counter

2015-12-25 Thread tisimst
dtsmarin,

How about doing what is recommended in the NR:

http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-numbers

Scroll down to the sub-section called "Print bar numbers inside boxes or
circles" for the specific commands. If you are using the latest stable
(2.18.2), then change "2.19" in the above address to "2.18", but the
instructions are the same.

HTH,
Abraham

On Friday, December 25, 2015, dtsmarin [via Lilypond] <
ml-node+s1069038n185073...@n5.nabble.com> wrote:

> measurecounter.ly
> 
> Hi,
> I don't understand why I can't change the stencil of the measurecounter.
> When I do it some crosses appear in the score. I just want the bar numbers
> to appear within a box.
> I hope that this question has not been posted again.
> D.
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://lilypond.1069038.n5.nabble.com/Boxed-Measure-Counter-tp185073.html
> To start a new topic under User, email ml-node+s1069038n...@n5.nabble.com
> 
> To unsubscribe from Lilypond, click here
> 
> .
> NAML
> 
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Boxed-Measure-Counter-tp185073p185076.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Boxed Measure Counter

2015-12-25 Thread dtsmarin
measurecounter.ly
  
Hi,
I don't understand why I can't change the stencil of the measurecounter.
When I do it some crosses appear in the score. I just want the bar numbers
to appear within a box. 
I hope that this question has not been posted again.
D.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Boxed-Measure-Counter-tp185073.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Boxed Measure Counter

2015-12-25 Thread Thomas Morley
2015-12-26 6:40 GMT+01:00 tisimst :
> dtsmarin,
>
> How about doing what is recommended in the NR:
>
> http://lilypond.org/doc/v2.19/Documentation/notation/bars#bar-numbers
>
> Scroll down to the sub-section called "Print bar numbers inside boxes or
> circles" for the specific commands. If you are using the latest stable
> (2.18.2), then change "2.19" in the above address to "2.18", but the
> instructions are the same.
>
> HTH,
> Abraham
>
> On Friday, December 25, 2015, dtsmarin [via Lilypond] <[hidden email]>
> wrote:
>>
>> measurecounter.ly
>> Hi,
>> I don't understand why I can't change the stencil of the measurecounter.
>> When I do it some crosses appear in the score. I just want the bar numbers
>> to appear within a box.
>> I hope that this question has not been posted again.
>> D.

What did you try with which version?
http://www.lilypond.org/website/tiny-examples.html

Cheers,
  Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


PDF portfolio of 2.19.34 docs

2015-12-25 Thread Nick Payne
A fully indexed portfolio of the 2.19.34 PDF docs is available at 
https://www.dropbox.com/s/fwulx0b02yf72l6/lilydoc-2.19.34.pdf?dl=0 (39Mb).


Needs Adobe Reader for the indexing to work - I haven't found a 3rd 
party PDF viewer that can use the index in PDF portfolios.


Nick

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user