Multi Measure Rest with a following leading cue note

2020-02-22 Thread Dave Higgins

Is there a more elegant solution to this problem?

\version "2.19.84"
\relative c' {
\compressFullBarRests
R1*2 \bar "" \cadenzaOn \once \omit Score.TimeSignature \time 
1/4 << { s4 } \new CueVoice { c4 } >> \cadenzaOff \bar "|" | 


\once \omit Score.TimeSignature \time 4/4 c1 |
}
--
Dave Higgins
--
Are you a parent?  Do you sometimes find yourself unsure as to what to
say in those awkward situations?  Worry no more...

Do as I say, not as I do.
Do me a favour and don't tell me about it.  I don't want to know.
What did you do *this* time?
If it didn't taste bad, it wouldn't be good for you.
When I was your age...
I won't love you if you keep doing that.
Think of all the starving children in India.
If there's one thing I hate, it's a liar.
I'm going to kill you.
Way to go, clumsy.
If you don't like it, you can lump it.
<>

LSR 782 Time signature with alternate in parantheses

2020-01-09 Thread Dave Higgins
I discovered in using the time signature with alternate in parantheses 
that if a 2-digit number is used, the column is not centered.


Adding center to the column directive resolves this.

#(define ((time-parenthesized-time up down upp downp) grob)
   (grob-interpret-markup grob
 (markup #:override '(baseline-skip . 0) #:number
   (#:line ( 


   (#:center-column (up down))
   #:vcenter "("
   (#:center-column (upp downp))
   #:vcenter ")" )))))

--
Dave Higgins
--
Any philosophy that can be put "in a nutshell" belongs there.
-- Sydney J. Harris
<>

Forcing the rehearsal mark to the bar

2019-04-07 Thread Dave Higgins
Is there a way to force the rehearsal mark to be under the tie (or 
slur)?  \override did not work either.  I'm hoping I'm just misreading 
the documentation.


\version "2.19.83" 

\fixed c''' { \set Staff.RehearsalMark.outside-staff-priority = #1 a1 ~ 
| \mark \default a1 }

--
Thanks,
Dave
<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


What are the major changes from 2.18.2 to 2.19.80

2018-01-27 Thread Dave Higgins
In my previous question, I saw a change in \afterGrace.  What other new 
and interesting changes are there?

--
Dave
--
  I marvel at the strength of human weakness.

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


MultiMeasureRest with CueVoice Pickups

2018-01-27 Thread Dave Higgins
Is there a more elegant way to do this?  In transcribing multiple parts, 
it becomes tedious to have to put the cadenza in all the parts.  Or I 
just decrease the multi-measure rest by one and add the cue voice to the 
single measure rest left over.


\version "2.18.2"

\relative c' {
\compressFullBarRests
R1*2 \bar "" \cadenzaOn << { s4 } \new CueVoice { c4 } >> 
\cadenzaOff \bar "|" |

}
--
Dave
--
  I marvel at the strength of human weakness.

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


\new Dynamics spacing

2018-01-06 Thread Dave Higgins

\version "2.18.2"
\relative c' {
 \time 3/8
 c4 c16 c
 << { c4 c16 c } \new Dynamics { s32 s\< s\> s\! } >>
}

If you compile this, the \new Dynamics adds a bunch of white space 
between the first two notes.  I understand what's happening, i.e. it's 
spacing each silence as the size of a note head.  How would I change 
that spacing?


--
Dave
--
How many weeks are there in a light year?
<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Notehead Position

2017-12-29 Thread Dave Higgins

Is there a way to center a whole notehead in the bar?

<< { c'1 } \new Dynamics { \override Hairpin #'minimum-length = #8 s8\> 
s s s s\p\< s s s\! } >>


I know I could use silence and fractional note lengths, but that seems 
sloppy.


Also, why doesn't R1*1 work like R1*2 (by putting the 2 in position over 
the rest)? (rhetorical)  Yes, I have a solution for this too, but again, 
sloppy.

--
Dave

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


Box around mark

2017-05-04 Thread Dave Higgins
I'd like to draw a box around this:
\mark \markup { \bold { \huge "A" \super "1" } }

But if I add in \box, e.g.:
\mark \markup \box { \bold { \huge "A" \super "1" } }

I get a box around the A and a box around the 1.  On the graphics
documentation page, other than manually defining a box, is there a way
to make the box without the "extra" work?

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


Replace articulation with glyph

2017-01-07 Thread Dave Higgins

I'm sure there's a way, but I can't find a good example.

I would like to replace an articulation, e.g. a staccato with a sharp, 
for one note.  The reason is I don't want the sharp to be outside of the 
staff, as in:


c1^\markup { \sharp }\startTrillSpan

I did see where you could change something like dashPlus = \sharp, but I 
couldn't find a way to do that in the file.

--
Dave
Littleton, Colorado
--
Just as I cannot remember any time when I could not read and write, I cannot
remember any time when I did not exercise my imagination in daydreams about
women.
-- George Bernard Shaw
<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Ledger Lines and Tremolos

2016-05-12 Thread Dave Higgins
That doesn't appear to move the tremolo in any direction.  Tried (5 . 5).

On 05/12/2016 11:30 AM, Trevor Daniels wrote:
> 
> Dave Higgins wrote Thursday, May 12, 2016 5:53 PM
> 
> 
>> I've noticed that with high notes that are tremolo'd (or short repeat),
>> the tremolo covers the ledger lines.
>>
>> For example: a1:32 would give 4 ledger lines but it's hard to tell
>> that there are 4 ledger lines because the tremolo covers it.
>>
>> What's the syntax to lower the tremolo?
> 
>   \override Beam.positions = #'(0 . 1)
> 
> Change the 0 and 1 to suit
> 
> Trevor
> 

-- 
Life being what it is, one dreams of revenge.
-- Paul Gauguin

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


Re: Ledger Lines and Tremolos

2016-05-12 Thread Dave Higgins
And make them lighter.

On 05/12/2016 10:53 AM, Dave Higgins wrote:
> I've noticed that with high notes that are tremolo'd (or short repeat),
> the tremolo covers the ledger lines.
> 
> For example: a1:32 would give 4 ledger lines but it's hard to tell
> that there are 4 ledger lines because the tremolo covers it.
> 
> What's the syntax to lower the tremolo?
> 
--
Life being what it is, one dreams of revenge.
-- Paul Gauguin

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


Ledger Lines and Tremolos

2016-05-12 Thread Dave Higgins
I've noticed that with high notes that are tremolo'd (or short repeat),
the tremolo covers the ledger lines.

For example: a1:32 would give 4 ledger lines but it's hard to tell
that there are 4 ledger lines because the tremolo covers it.

What's the syntax to lower the tremolo?
-- 
Life being what it is, one dreams of revenge.
-- Paul Gauguin

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


Lilypond statistics

2016-04-07 Thread Dave Higgins
Is there any way to generate statistics for a file?  Things like, let 
say, a concordance or the number of a's b's or bes's, or repeated 
markup's?  (I know I can do stuff like this with grep, but that's very 
singular.)

--
Dave Higgins
Littleton, Colorado
dave.higg...@dkds.us
See my photos at
https://www.dkds.us/gallery3
--
http://www.geocaching.com/profile/?guid=60ac8b65-d115-42b7-9363-f2dff0c863cf
--
Experience is not what happens to you; it is what you do with what happens
to you.
-- Aldous Huxley
<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Stretching Text

2015-11-05 Thread Dave Higgins
Is there a way to stretch text over some measures (other than manually)?

For example:
poco a poco crescendo

to:
poco a poco crescendo

I've looked up spanning and padding and other things, but can't seem to
find any thing to the above example.
-- 


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


Hiding MultiMeasureRest Number

2015-03-18 Thread Dave Higgins
At the end of a piece, one section has a long number of rests, i.e.
R1*42.  Is there a way to hide the number or create a long rest without
actually being multi-measure?
-- 
Dave Higgins
--
Two wrongs don't make a right, but three lefts do.

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


baseMoment and beatStructure

2015-03-13 Thread Dave Higgins
I have been banging my head against the wall with this for the longest time.

What I'm looking for with this is 3 16th notes single beam 3 more 16th
notes single beam and 3 more 16th notes.

What I get is 12 16th notes beamed together.

r2. \tuplet 3/2 8 { \set Timing.baseMoment = #(ly:make-moment 1/8) \set
Timing.beatStructure = #'(3 3 3) bes,16 ( c d ees f g a bes c d ees e f
g a bes f d ) }

I've tried many, many combinations and have never found one that
accomplishes what I'd like.

Maybe I'm using the wrong constructs?

-- 
Dave Higgins
Secure64 Software Corporation
Englewood, Colorado
dave.higg...@secure64.com
--
Growing old isn't bad when you consider the alternatives.
-- Maurice Chevalier

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


A file's information or statistics

2015-03-08 Thread Dave Higgins
Is there a way to display various stats of a piece, e.g. number of notes 
or other such information?

--
Dave Higgins
Littleton, Colorado
dave.higg...@dkds.us
See my photos at
https://www.dkds.us/gallery3
--
http://www.geocaching.com/profile/?guid=60ac8b65-d115-42b7-9363-f2dff0c863cf
--
I want to kill everyone here with a cute colorful Hydrogen Bomb!!
attachment: dave_higgins.vcf___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: http://lilypond.org hs ?

2015-03-05 Thread Dave Higgins
Their DNS is missing, i.e. if you 'nslookup lilypond.org', it returns a
SERVFAIL, meaning that there's no DNS server for lilypond.org.  A little
further digging, 'whois lilypond.org' indicates that their primary
nameservers, ns1.bleau.info/ns2.bleau.info are returning NXDOMAIN,
meaning that there's no upstream DNS information for bleau.info.

Until bleau.info is fixed or lilypond.org changes their DNS servers
entry, they'll be down.

On 03/05/2015 10:18 AM, Federico Bruni wrote:
 this was meant for the list
 
 2015-03-05 18:18 GMT+01:00 Federico Bruni fedel...@gmail.com
 mailto:fedel...@gmail.com:
 
 2015-03-05 17:45 GMT+01:00 Daniel Cartron m...@cartron.xyz
 mailto:m...@cartron.xyz:
 
 Le jeudi 5 mars 2015 17:40:22, vous avez écrit :
  2015-03-05 17:22 GMT+01:00 Daniel Cartron m...@cartron.xyz:
   plus moyen d'accéder à la doc en ligne, Firefox ne peut trouver 
 le serveur
   à
   l'adresse lilypond.org http://lilypond.org.
  
   Je suis le seul ou vous aussi ?
 
  It's working fine here.
  When in doubt, check first this kind of websites:
  http://www.downforeveryoneorjustme.com/
 
 It's not just you! http://lilypond.org looks down from here.
 
 Check another site?
 -
 
 
 Well, then it's down for some.. here I can see it in Firefox (I
 checked also with Ctrl+F5) and I can ping it:
 
 $ ping -c 3 lilypond.org http://lilypond.org
 PING lilypond.org http://lilypond.org (82.94.241.173) 56(84) bytes
 of data.
 64 bytes from abc11.webdev.nl http://abc11.webdev.nl
 (82.94.241.173): icmp_seq=1 ttl=54 time=48.3 ms
 64 bytes from abc11.webdev.nl http://abc11.webdev.nl
 (82.94.241.173): icmp_seq=2 ttl=54 time=48.9 ms
 64 bytes from abc11.webdev.nl http://abc11.webdev.nl
 (82.94.241.173): icmp_seq=3 ttl=54 time=48.6 ms
 
 --- lilypond.org http://lilypond.org ping statistics ---
 3 packets transmitted, 3 received, 0% packet loss, time 2003ms
 rtt min/avg/max/mdev = 48.344/48.647/48.903/0.343 ms
 
 
 
 
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 

-- 
Dave Higgins
Secure64 Software Corporation
Englewood, Colorado
dave.higg...@secure64.com
--
VMS version 2.0 ==

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


Polymetric Time Signature

2015-03-04 Thread Dave Higgins
I'm looking for an example of a time signature in the format of 3/4 = 
6/8.  I can find the compound meter, e.g. 1/2 + 2/4, but not with the = 
sign.

--
Dave Higgins
--
http://www.geocaching.com/profile/?guid=60ac8b65-d115-42b7-9363-f2dff0c863cf
--
Creditor, n.:
A man who has a better memory than a debtor.

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


Re: Polymetric Time Signature

2015-03-04 Thread Dave Higgins

Found it:

#(define ((time-equals-time up down upp downp) grob)
(grob-interpret-markup grob
(markup #:override '(baseline-skip . 0) #:number
(#:line (
(#:column (up down))
#:vcenter =
(#:column (upp downp)))

On 03/04/2015 05:25 PM, Dave Higgins wrote:

I'm looking for an example of a time signature in the format of 3/4 =
6/8.  I can find the compound meter, e.g. 1/2 + 2/4, but not with the =
sign.


--
Dave Higgins
--
Creditor, n.:
A man who has a better memory than a debtor.

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


A measure with R1 and text

2015-03-01 Thread Dave Higgins
Text over a multi-measure rest is centered.  Is there a more elegant 
solution to not center it then the one below?


 { R1 } \\ { s4^\markup \left-align text } .


--
Dave Higgins
--
Karmageddon:
It's like, when everybody is sending off all these really bad
vibes, right? And then, like, the Earth explodes and it's like, a
serious bummer.
attachment: dave_higgins.vcf___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Columns

2015-03-01 Thread Dave Higgins

I understand using \markup \left-column { this that }.

Is there a way to do that within a \tempo context?  Some of that Mahler 
has some long tempo markings.


Is there a way to put a glyph mixed with text into a column command? 
Unicode notes work, but they're very small and hard to see.

--
Dave Higgins
Littleton, Colorado
dave.higg...@dkds.us
See my photos at
https://www.dkds.us/gallery3
--
http://www.geocaching.com/profile/?guid=60ac8b65-d115-42b7-9363-f2dff0c863cf
--
Karmageddon:
It's like, when everybody is sending off all these really bad
vibes, right? And then, like, the Earth explodes and it's like, a
serious bummer.
attachment: dave_higgins.vcf___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Per Page Feta Font Size

2015-03-01 Thread Dave Higgins

#(set-global-staff-size 20)

Is there a way to set this per page?  Page 1-2 fit at staff-size 25, but 
page 3 only fits with staff-size 21.  This may be how it is.


I'm not sure if the \magnifyStaff works in this manner, nor am I sure 
that fontSize works either.



--
Dave
attachment: dave_higgins.vcf___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Problem with Staff Grouping

2014-05-12 Thread Dave Higgins

Revisiting with a compilable example...

I'm transcribing a piece that has multiple parts and in those multiple
parts, I have multiple staves.

After compiling, the staff layout becomes:
part1:staff1
part2:staff1
part1:staff2
part2:staff2

Obviously for the score, I'd like:
part1:staff1
part1:staff2
part2:staff1
part2:staff2

I'm sure I just have something not correct.
\version 2.18.2
\include 2.1.violin1.ly
\include 2.1.violin2.ly

\score {

	\new Staff { \relative c' { c1 \break |  { c } \new Staff { g' }  \break | c, } }
	\new Staff { \relative c' { b \break |  { b } \new Staff { f' }  \break | b, } }
 }
\layout
{
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem with Staff Grouping

2014-05-12 Thread Dave Higgins

Without the includes.  Sorry.

On 05/12/2014 09:41 AM, Dave Higgins wrote:

Revisiting with a compilable example...

I'm transcribing a piece that has multiple parts and in those multiple
parts, I have multiple staves.

After compiling, the staff layout becomes:
part1:staff1
part2:staff1
part1:staff2
part2:staff2

Obviously for the score, I'd like:
part1:staff1
part1:staff2
part2:staff1
part2:staff2

I'm sure I just have something not correct.


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

\version 2.18.2

\score {

	\new Staff { \relative c' { c1 \break |  { c } \new Staff { g' }  \break | c, } }
	\new Staff { \relative c' { b \break |  { b } \new Staff { f' }  \break | b, } }
 }
\layout
{
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Problem with Staff Grouping

2014-04-18 Thread Dave Higgins
I'm transcribing a piece that has multiple parts and in those multiple
parts, I have multiple staves.

After compiling, the staff layout becomes:
part1:staff1
part2:staff1
part1:staff2
part2:staff2

Obviously for the score, I'd like:
part1:staff1
part1:staff2
part2:staff1
part2:staff2

I'm sure I just have something not correct.

violinOne = \relative c' {
 { b2 b } \new Staff { g g }  }
---
violinTwo = \relative c' {
 { e2 e } \new Staff { e e }  }
---
\include violin1.ly
\include violin2.ly
\score
{  \new StaffGroup = StaffGroup_strings
 \new GrandStaff = violins

\new Staff = violini { \set Staff.instrumentName = Violin I.
\violinOne }
\new Staff = violinii { \set Staff.instrumentName = Violin II.
\violinTwo }}
---
\include violin1.ly
\score
{
 \new GrandStaff = violins
 \new Staff = violini { \set Staff.instrumentName = Violin I.
\violinOne }
 
}
---
\include violin2.ly
\score
{
 \new GrandStaff = violins
 \new Staff = violinii { \set Staff.instrumentName = Violin II.
\violinTwo }  
}


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


Re: Problem with Staff Grouping

2014-04-18 Thread Dave Higgins
Clarification:
part1 = Violin 1
part2 = Violin 2

On 04/18/2014 10:31 AM, Dave Higgins wrote:
 I'm transcribing a piece that has multiple parts and in those multiple
 parts, I have multiple staves.
 
 After compiling, the staff layout becomes:
 part1:staff1
 part2:staff1
 part1:staff2
 part2:staff2
 
 Obviously for the score, I'd like:
 part1:staff1
 part1:staff2
 part2:staff1
 part2:staff2
 
 I'm sure I just have something not correct.
 
 violinOne = \relative c' {
  { b2 b } \new Staff { g g }  }
 ---
 violinTwo = \relative c' {
  { e2 e } \new Staff { e e }  }
 ---
 \include violin1.ly
 \include violin2.ly
 \score
 {  \new StaffGroup = StaffGroup_strings
  \new GrandStaff = violins
 
 \new Staff = violini { \set Staff.instrumentName = Violin I.
 \violinOne }
 \new Staff = violinii { \set Staff.instrumentName = Violin II.
 \violinTwo }}
 ---
 \include violin1.ly
 \score
 {
  \new GrandStaff = violins
  \new Staff = violini { \set Staff.instrumentName = Violin I.
 \violinOne }

 }
 ---
 \include violin2.ly
 \score
 {
  \new GrandStaff = violins
  \new Staff = violinii { \set Staff.instrumentName = Violin II.
 \violinTwo }  
 }
 
 
 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user
 

-- 
Dave Higgins
Littleton, Colorado
dave.higg...@dkds.us
See my photos at
https://www.dkds.us/gallery3
--
There are two kinds of pedestrians... the quick and the dead.
-- Lord Thomas Rober Dewar

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


DynamicLineSpanner Vertical Centering

2002-06-02 Thread Dave Higgins

I'm having a little trouble understanding the DynamicLineSpacing property.

I'm trying to get the dynamic to show in the middle of the staff.  I have moved 
the \property about and haven't had any luck.

Where does the \property line go and how is it supposed to work.  I am trying to 
get the dynamic to meet in the middle between the two sections 'primoright' and 
'primoleft'.

Any help would be appreciated.

Currently, my file looks like this . . .

primoright = \notes\relative c {
 \clef treble
 \key d \major
 \repeat volta 2 {
 \property Voice.DynamicLineSpanner \override #'self-alignment-Y = #0
  d''8\f fis a d  [ fis16( g ] [ a g fis e ] ) d8 r r4 |
 etc.
}

primoleft = \notes\relative c {
 \clef treble
 \key d \major
  d'4\f fis a  r r8 fis16 ( g a g fis e |
 etc.
}

primo = 
 \context Staff = staffpa \primoright
 \context Staff = staffpb \primoleft
 

\score {
 
 \context PianoStaff \primo
 \context PianoStaff \secondo
 
}

Thanks,
-- 
Dave Higgins
Littleton, Colorado
[EMAIL PROTECTED]
--
Wouldn't this be a great world if being insecure and desperate were a turn-on?
-- Broadcast News


___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user