Re: Simultaneous ottava and non-ottava voices

2022-06-30 Thread William Rehwinkel
the other: \version "2.23.10" \relative c' {   << { \ottava 1 \repeat unfold 4 c'' } \\ { \ottava 0 \repeat unfold 4 d,, } >> } Thanks, -Ahanu -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: What is the meaning of a mordent on top of a sharp sign?

2022-06-27 Thread William Rehwinkel
to engrave a Piano arrangement of JS Bach, Six Little Preludes, Nr 1, where the left hand notes have a strange thing I've never seen before, a mordent on top of a sharp sign. I've never seen these symbols together in this manner. I have a screenshot attached. Thanks, Ken Wolcott -- William

Re: What is the meaning of a mordent on top of a sharp sign?

2022-06-27 Thread William Rehwinkel
meaning. What remains (that I did not specify) is how to engrave this? Thanks, Ken On Mon, Jun 27, 2022 at 8:51 PM William Rehwinkel wrote: That symbol means that the lower note is sharped. So it would be g-f#-g instead of g-fnatural-g. See https://music.stackexchange.com/questions/86043/w

Re: tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread William Rehwinkel
the tremolo where the colon syntax is not understood for midi output. I'm apparently not doing the math correctly. 4/4 time, half notes, two 8th note tremolos Thanks, Ken Wolcott -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: color change working in only upper staff

2022-07-18 Thread William Rehwinkel
d2-2}>> } \score {   \new PianoStaff <<     \set PianoStaff.instrumentName = #"Piano  "     \new Staff = "upper" \upper     \new Staff = "lower" \lower   >>   \layout { }   \midi { } } -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: tremolo: 4/4 time, 2 half notes, single-slash tremolo question

2022-07-18 Thread William Rehwinkel
! That is exactly what I needed. I still don't have the formula down pat, but I'll work on it until it is automatically correct. Ken On Mon, Jul 18, 2022 at 5:40 PM William Rehwinkel wrote: Hey Kenneth, I think you may want to write `\repeat tremolo 4` instead of 2, because that will signify

Change scale of SVG cropped output (safe mode)

2022-07-26 Thread William Rehwinkel
this? Anything that can be changed about the input file or command-line call of lilypond to make this change, I can do, if needed. Thanks, -William -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread William Rehwinkel
le lot of additional code to accomplish the linking. (The linking isn't critical enough to be worth a lot of time, and I can think of simpler, though less satisfactory solutions.) -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: Ties between voices

2022-07-22 Thread William Rehwinkel
codebase just painted into a corner that can't be gotten out of in this area due to architectural design decisions? Are there any plans at all to develop this functionality in the forseeable future? Andrew -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: Ties between voices

2022-07-23 Thread William Rehwinkel
l It's not possible to answer your question, as most plans to develop functionality are a private decision of a particular contributor that are not public until (perhaps a few days before) a patch is submitted. Best, Jean -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: Ties between voices

2022-07-23 Thread William Rehwinkel
as the slur positioning mechanism is not quite up to positioning Staff-level slurs correctly. The attached Scheme Tie_engraver may be used as a drop-in replacement for the standard C++ Tie_engraver; in my local branch, it compiles the full regression test suite without causing differences.) Lukas

Re: Ties between voices

2022-07-24 Thread William Rehwinkel
notes within a voice (i.e. that can be sung). -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: slurs across voices

2022-07-27 Thread William Rehwinkel
like this issue was last discussed in 2015, https://lists.gnu.org/archive/html/lilypond-devel/2015-03/msg00288.html unless I missed something.  Has this limitation been addressed since then? regards, Jim -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net

Re: Searching fonts?

2022-07-13 Thread William Rehwinkel
s shell commands; at least in this instance. This same behaviour means I can't pipe the output of the font command to grep for searching. How can I search the list of available fonts? Alasdair -- Alasdair McAndrew (he/him) mob: 0432 854 858 https://numbersandshapes.net -- W

Re: Depriciated ?

2022-12-22 Thread William Rehwinkel
to compile. 2) defaultBarType = #"" warning: cannot find property type-check for `defaultBarType' (translation-type?). perhaps a typing error? apparently is not recognized anymore ? Can somebody point me in the right direction in order to have some equivalent calls? THank you

Nested PianoStaffs - show inner brace only

2023-01-01 Thread William Rehwinkel
> % full PianoStaff \layout { \context { \Staff \accidentalStyle piano } } } % Happy new year -Will -- + ------ + |William Rehwinkel - Oberlin College and | | Conservatory '24 | |

Re: Placing (some) outside-staff objects horizontally rather than vertically

2022-12-29 Thread William Rehwinkel
nLabel "Section Label"   \music } \score {   <<     \up     \new Dynamics \dynamics   >> } -- + -- + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net

Re: \repeat volta 2 + two blocks in \alternative = More alternatives than repeats?

2022-12-23 Thread William Rehwinkel
on successfully completed See attached: -- + ------ + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net | | PGP key: |

Re: tempo indication without parentheses

2022-12-17 Thread William Rehwinkel
quot;   }   \header {     piece = \markup \column {   "»Score.metronomeMarkFormatter = #format-metronome-markup-approx«"   "is assigned by a layout definition in this example"   \null     }   } } On 12/17/22 13:18, Paul Scott wrote: Tempo indications in some published music doesn't use parentheses, i.e. quarter = 120 rather than (quarter = 120).  I have my own code to do this but would like to know if I can get Lilypond to omit the parentheses in: \version "2.24.0"  \tempo 4 = 120 TIA, Paul -- William Rehwinkel OpenPGP_signature Description: OpenPGP digital signature

Modify flat flag appearance like beamed notes

2022-12-19 Thread William Rehwinkel
on = #1.0     r8. g16 g g g g } -- William Rehwinkel OpenPGP_signature Description: OpenPGP digital signature

Re: tremolo: 3/4 time, one dotted-half note chord, double-slash tremolo question

2022-12-19 Thread William Rehwinkel
I have a tremolo that I'd like to engrave in 3/4 time, one dotted-half note chord, double-slashed. I'd like to use the repeat tremolo syntax so that I can obtain midi output (without using the articulate feature). Please see attached screenshot. Thanks, Ken Wolcott -- William

Re: extension fingerings, key sigs

2022-12-20 Thread William Rehwinkel
ding an "x" between the notes to signify the extension between "1" and "2"? I am using version 22.2.2. Thank you all, Matt -- William Rehwinkel OpenPGP_signature Description: OpenPGP digital signature

Re: Unknown expression mark

2023-01-14 Thread William Rehwinkel
-William On 1/14/23 12:58, Alberto Simões wrote: Hello, Friends Anyone knows:  - what is this expression mark (in terms of the player)  - how to mimic this in Lilypond? Thank you! Alberto -- + -- + | William Rehwinkel - Oberl

Re: Unicode accidentals vs. Markup accidentals

2023-01-15 Thread William Rehwinkel
And neither looks particularly great IMO. -- + ------ + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net | | PGP key: | | http

Re: Completion_heads_engraver for line-ends only?

2023-01-17 Thread William Rehwinkel
d; I'll live with the collisions. -- + ---------- + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net | | PGP key: | | https://willia

Re: Strange behaviour of multiple \include’d documents

2023-01-30 Thread William Rehwinkel
Eins } left hand:   f4-- r8 f as( g as4--)  %26   f4-- r8 f c4-- es--   %27   f4-- r2.   %28   \bar "||" \key g \minor   \repeat unfold 2 {     g4-- r8 g d4-- f--    %29 (and later, 37)   g4-- r8 g bes( a bes4--)  %30   g4-- r8 g d4-- f--    %31

Re: Unknown expression mark

2023-01-15 Thread William Rehwinkel
mões *To: * lilypond-user *Sent: * 14/01/2023 17:58 *Subject: * Unknown expression mark Hello, Friends Anyone knows:  - what is this expression mark (in terms of the player)  - how to mimic this in Lilypond? Thank you! Alberto -- + ----

programming error message with bookparts and page-turn-breaking

2023-01-15 Thread William Rehwinkel
= #ly:page-turn-breaking } \book { \bookpart { \markup { title page here } } \bookpart { \score { \relative c' { \repeat unfold 1024 c8 } } } } -- + -- + | William Rehwinkel - Oberl

Re: Slurs not being followed in one vocal part

2023-01-21 Thread William Rehwinkel
. s2. \bar "|." } This is called with: \new Staff \with {     midiInstrument = "choir aahs"     instrumentName = "Soprano"   } { << \soprano \barLiner >> }   \addlyrics { \sopranoVerse } -- + ---------

Re: coloring edits

2023-03-18 Thread William Rehwinkel
2:42, Mark Stephen Mrotek wrote: Hello, The documentation has examples of coloring note heads, stems, and staves. Where would I look for instructions to color slurs and/or ties? Thank you. Mark -- + -- + | William Rehwinkel - Oberl

Re: Multiline copyright line

2023-03-21 Thread William Rehwinkel
Yes, it is. You can define a markup for the copyright section, or any of the header fields. So you could for example do \markup{\center-column{\line{ line one } \line{ line two}}} etc. -William Sent from my iPhone > On Mar 21, 2023, at 00:42, Samuel Sloniker wrote: > > Hello! Is there a

Re: Message size limit

2023-03-04 Thread William Rehwinkel
ine ones: those get copied when quoted, cf 2021-09. > > What are you referring to precisely? There are lots of messages in the list > archives for September 2021. -- + -- + |William Rehwinkel -

Re: Policy for posts from non-members

2023-02-21 Thread William Rehwinkel
edback will come instantly. Jean -- + -- + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net | | PGP key: | |

Re: tagline = ##f does not work in score header block

2023-09-12 Thread William Rehwinkel via LilyPond user discussion
find on tagline was pretty sparse (unless I missed something). I could fill out an issue if you think it rises to that. -- Knute Snortum -- + --- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |

Re: Where is my tuplet bracket?

2023-10-16 Thread William Rehwinkel via LilyPond user discussion
version rather than current master puts out. But now there is neither warning nor crash. -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@

Re: Where is my tuplet bracket?

2023-10-16 Thread William Rehwinkel via LilyPond user discussion
I don't know, but what I meant to say is that this use of \tuplet outside of \voices or a split into multiple voices seems to me to be "undefined behavior" ("unspecified"?). -William On 10/16/23 19:09, David Kastrup wrote: William Rehwinkel writes: Dear David, This se

Re: Beam issue

2023-09-23 Thread William Rehwinkel via LilyPond user discussion
} \score {\new Staff     {\set Staff.midiInstrument = #"acoustic grand" \key c \major \time 3/4 \clef bass e,4. d,8 c, e, \bar "||"} \layout { \context { \Score proportionalNotationDuration = #(ly:make-moment 1/2) } } \midi { \tempo 1 = 72}} -- + -----

Re: s-curve slurs across staves?

2023-08-16 Thread William Rehwinkel via LilyPond user discussion
he slur from "under the note" to "above the note". There's definitely room for improvement, both in my example and in LilyPond proper. Lukas -- + ------- + | William Rehwinkel - Oberlin College and | | Co

Re: Is there a better way to have a boxed part letter at the beginning of an arbitrary line?

2023-08-16 Thread William Rehwinkel via LilyPond user discussion
#0.5 "B" }[ e8 e8] g8[ a8 b8] | \bar "|." } \score { \new Voice = "mel" { \melody } \layout { \autoBeamOff indent = 0\mm } } -- + --- + | William Rehwink

Re: strange detached beam issue

2023-08-15 Thread William Rehwinkel via LilyPond user discussion
} } \new PianoStaff { << \new Staff = "upper" \upper \new Staff = "lower" \lower >> } } -- + --- + | William Rehwinkel - Oberlin College and | | Conservat

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread William Rehwinkel via LilyPond user discussion
| % 1 } \score { << \new Voice = "mel" { \melody } \new Lyrics \lyricsto mel \words >> \layout { \autoBeamOff } } %%% -- William Rehwinkel will...@williamrehwinkel.net https://williamrehwinkel.net \version "2.22.1"

Re: cross-staff stems

2023-03-22 Thread William Rehwinkel via LilyPond user discussion
u structure your input with variables won't make a difference.) -- + ------ + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net

Re: cross-staff stems

2023-03-23 Thread William Rehwinkel via LilyPond user discussion
o ruminate? Please take your time, and thanks for working on this! Werner -- + -- + |William Rehwinkel - Oberlin College and | | Conservatory '24 | | will...@williamrehwinkel.net | | PGP key:

Re: how to install in Linux

2023-03-24 Thread William Rehwinkel via LilyPond user discussion
link every executable in /usr/bin or elsewhere, in any location 'touched' by my $PATH ? regards dario m. -- + -- + |William Rehwinkel - Oberlin College and | | Conservatory '24

Re: spacing of invisible rests

2023-03-24 Thread William Rehwinkel via LilyPond user discussion
= #(ly:make-moment 1/32)                   \override SpacingSpanner.uniform-stretching = ##t I am also attaching a screenshot so you can see the kinds of results I am getting. All the best, Jaime image.png -- + ------ + |William Rehwi

Re: spacing of invisible rests

2023-03-24 Thread William Rehwinkel via LilyPond user discussion
er is a s4 that takes some space, I am currently solving it with things like: \once \hide Rest  r16 \once \hide Rest r16 \once \hide Rest  r16 \once \hide Rest r16 which will take some more space, but it is not ideal. best, Jaime On Fri, Mar 24, 2023 at 6:03 PM William Rehwinkel m

Re: How to control ties direction between chords

2023-04-21 Thread William Rehwinkel via LilyPond user discussion
Thank you in advance for your support, Vlad -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@williamrehwinkel.net | | PGP key:| |

Re: Non-local page-break oddities

2023-04-24 Thread William Rehwinkel via LilyPond user discussion
imal example without publishing my whole project in public. —Joel -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@williamrehwinkel.net | | PGP key:

Question about bracketifying rests

2023-04-19 Thread William Rehwinkel via LilyPond user discussion
til (other-axis axis) -1 lb vpadding)) stil)) \relative a { \override Rest.stencil = #(lambda (grob) (wills-bracketify-stencil (ly:rest::print grob) Y 0.15 0.5 0.2 0.6)) r1 r2. r4 a1\rest } %% -- + --- + | William Rehwinkel - Oberl

Re: /usr/local/lilypond/usr/bin/lilypond: not found

2023-04-11 Thread William Rehwinkel via LilyPond user discussion
tion was not clear: https://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00725.html <https://lists.gnu.org/archive/html/lilypond-user/2009-01/msg00725.html> Thank you for your help! JD -- + ------- + | William Reh

How to display timesig.C22 on 4/2 instead of 2/2

2023-07-08 Thread William Rehwinkel via LilyPond user discussion
this could be done with substituting a text-interface for the time signature stencil, but it would be nice if I could put this in my style-sheet and "set and forget" it. Thank you, -William -- + --- + | William Rehwinkel - Oberl

Re: spacing

2023-07-05 Thread William Rehwinkel via LilyPond user discussion
uot; <<       \clef bass       \new Voice = "tenors" {         \voiceOne         << \global \tenorMusic >>       }       \new Voice = "basses" {         \voiceTwo << \global \bassMusic >>       }     >>     \new Lyrics = "basses"     \co

Re: running on a MacBook

2023-05-26 Thread William Rehwinkel via LilyPond user discussion
anks Donna -- + --- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@williamrehwinkel.net | | PGP key:| |https://ftp.williamrehwinkel.net/pubkey.txt | + --- + OpenPGP

Re: Fonts and Tempo

2023-05-20 Thread William Rehwinkel via LilyPond user discussion
My apologies for double-posting...after writing I looked some more and found that you can use *\char ##x* to enter unicode characters in a markup block as in here https://lilypond.org/doc/v2.25/Documentation/notation/unicode On 5/20/23 23:24, William Rehwinkel via LilyPond user discussion

Re: Fonts and Tempo

2023-05-20 Thread William Rehwinkel via LilyPond user discussion
hanks for any help you can provide. I have the Lilypond 2.12 Notation Reference so if you even point me to the section to reference I'll work it out. Kind Regards, --greg -- + --- + | William Rehwinkel - Oberlin College and | |

Embed files other than source code in PDF file?

2023-05-31 Thread William Rehwinkel via LilyPond user discussion
the docs I couldn't find anything on this. I know you could also do this with the finished pdf using Adobe Acrobat or something else, but would like to make this happen automatically. Thanks, -William -- + --- + | William Rehwinkel - Oberlin College

Re: Cadenza in right hand, metered in left

2023-08-02 Thread William Rehwinkel via LilyPond user discussion
PNGs, one with the source file's output and one that shows how I want it to look.  Any help would be very appreciated. -- Knute Snortum -- + --- + | William Rehwinkel - Oberlin College and | | Conser

Re: Polyphonic piano writing - beam directions

2023-08-08 Thread William Rehwinkel via LilyPond user discussion
nge staffs? What if the two staffs are in the same clef and you jump from a note in the bottom staff to the same note in the upper clef? Thanks for any information. -- + --- + | William Rehwinkel - Oberlin College and | | Co

Re: Removing barlines temporarily

2023-08-10 Thread William Rehwinkel via LilyPond user discussion
Choi wrote: I have a section of a score where all the barlines are absent. How do I temporarily turn off automatic bar lines? -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@williamrehw

Re: vertically center rests in polyphonic voices

2023-08-10 Thread William Rehwinkel via LilyPond user discussion
\new Voice { \voiceTwo c4 r4 c4 r4 } } \new Staff = "upper" \upper -- + ------- + | William Rehwinkel - Oberlin College and | | Conservatory '24 | |will...@williamrehwinkel.net | | PG

Re: overriding digit-names

2023-06-28 Thread William Rehwinkel via LilyPond user discussion
  \ras_strum { 8 }   | } \new StaffGroup <<   <<     \context Staff \with {       \consists "Span_arpeggio_engraver"       connectArpeggios = ##t     } {       \set strokeFingerOrientations = #'(up)       \notes     }     \context TabStaff {       \set Staff.strin

Re: Moving note in three-voice context

2023-05-17 Thread William Rehwinkel via LilyPond user discussion
ginning of the bar to the left, except the force-hshift fails to work on the tied d in the bass line. I'm sure there's a simple explanation, but I've been unable to figure it out so far. Best wishes, Jakob Pedersen ps. There's a free imaginary balloo

Re: "Squished" tie between 2 notes

2024-02-11 Thread William Rehwinkel via LilyPond user discussion
  >>   \layout {     \context {       \Score       \override SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/8 )     }   } } I would really appreciate your help. Best, George -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Help with music function

2023-12-18 Thread William Rehwinkel via LilyPond user discussion
e a dotted quarter rest on the indicated pitch (the equivalent of   b'1\rest I'm starting with rel-rest = #(define-music-function (pit dur) (ly:pitch? ly:duration?)   #{     #pit#dur\rest   #}) but that gives me an error. Any suggestions? -- -- -mark. -- William Rehwinkel - Oberl

Re: What's causing this extra bar line and empty bar?

2023-11-19 Thread William Rehwinkel via LilyPond user discussion
rike) | a'4c''4( a'4\strike) f'4 | a'4g'4( g'4\strike) \allowBreak \break \partial 4 f'8g'8 | a'4(a'4\strike) bes'8( a'8 g'8\strike f'8) | d'2 f'4.(d'8\strike) | c'4(c'4\strike) d'4 e'4 | f'4. } } -- William Rehwinkel - Oberlin College and Conservatory '24 will...@willia

Re: init.ly Error Making PDF

2023-11-14 Thread William Rehwinkel via LilyPond user discussion
) on macOS Monterey (ver.12.6.8) I installed lilypond using Homebrew (4.1.20) -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Fermata Markup below Staff

2023-11-12 Thread William Rehwinkel via LilyPond user discussion
ark \markup { \musicglyph #"scripts.ufermata" } \bar "||" e2 } What do I need to do? Best Johannes -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Fermata Markup below Staff

2023-11-12 Thread William Rehwinkel via LilyPond user discussion
ride Staff.RehearsalMark.rotation = #'(180 0 0) c1 \mark \markup { \smaller \smaller \musicglyph #"scripts.ufermata" } c } >> } On 11/12/23 11:20, Johannes Roeßler wrote: Am 12.11.2023 um 17:10 schrieb William Rehwinkel: \rel

Re: Lyrics and Barchecks

2024-04-23 Thread William Rehwinkel via LilyPond user discussion
ases the layout is exactly what I'm expecting/wanting). Please help me see the error of my ways. Thanks!  -steve Version Info: Lilypond: 2.24.3 Frescobaldi: 3.2 Extension API: 0.9.0 Python: 3.10.12 python-ly: 0.9.6 Qt: 5.15.3 PyQt: 5.15.6 sip: 6.5.1 qpageview: 0.6.2 poppler: 22.2.0 python-popple

Re: Special notation question

2024-04-21 Thread William Rehwinkel via LilyPond user discussion
ppet in Lilypond? I wonder how to create the 'g' note with that special appearance and with the right duration... -- Cordialement, Xavier MAYEUR Bruxelles -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehw

Re: Highlighting lyric words

2024-04-24 Thread William Rehwinkel via LilyPond user discussion
found how to highlight notes in the music.  Similarly is there anyway to highlight either individual lyric words or perhaps one stanza? -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_sig

Re: subscript in lyrics

2024-04-26 Thread William Rehwinkel via LilyPond user discussion
of the usual markup commands. See "Formatting text" in the Notation manual: https://lilypond.org/doc/v2.24/Documentation/notation/formatting-text -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Can I output PNG and midi from the same file?

2024-05-12 Thread William Rehwinkel via LilyPond user discussion
to invent some preprocessor step that adds a |\midi|​ block to a file or perhaps removes one from a file to get png output? Thank you, Pete Baughman -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/

Re: Unison notes, one stem

2024-05-06 Thread William Rehwinkel via LilyPond user discussion
! thanks! dirck -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_signature.asc Description: OpenPGP digital signature

Re: Tremolo/triplet problem

2024-03-06 Thread William Rehwinkel via LilyPond user discussion
lf and quarter notes as tripletted with the tremolo mark, but I kind of like the composer's notation. All the best, Ralph __ Ralph Palmer Seattle USA (he, him, his) palmer.r.vio...@gmail.com <mailto:palmer.r.vio...@gmail.com> -- William Rehwinkel - Oberlin College and Conservatory '24 wi

Re: coloring notes with more voices in a staff

2024-03-18 Thread William Rehwinkel via LilyPond user discussion
g8 | d4 d4 e16 f \revert NoteHead.color } >>     a8 r4   } / This results in the noteheads of /both /voices being colored instead of only the upper one (in this case): So, is there any way to achieve my goal of coloring only the upper notes? Joop -- William Rehw

Omit footnotes and footnote text from score

2024-02-27 Thread William Rehwinkel via LilyPond user discussion
the footnote number and connecting line is not shown in the score, but the text still appears at the bottom of the page. Thanks in advance for your help, -William -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehw

Re: Disable all padding and collision around markup

2024-05-19 Thread William Rehwinkel via LilyPond user discussion
y may look different than your work day. Please do not feel obligated to read or respond to this email outside of your normal working hours. -- William Rehwinkel - Oberlin College and Conservatory '24 will...@williamrehwinkel.net PGP key: https://ftp.williamrehwinkel.net/pubkey.txt OpenPGP_sig

Disable all padding and collision around markup

2024-05-18 Thread William Rehwinkel via LilyPond user discussion
\sectionLabel "Some section label text here" \clef alto c2^\markup\whiteout\bold "Text" } } % How the section label would be positioned without the text markup \score { \relative c' { \sectionLabel "Some section label text here" \clef alto c2 } }