Re: CueVoice Font

2019-02-20 Thread Aaron Hill
an example of defining your own custom font-family, which can be helpful if you need more than one "roman" or "sans" font. It should be easy enough to define a "romanII", for instance. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Quarter tone sharp symbol in font

2019-02-21 Thread Aaron Hill
with SMuFL. Probably does not matter much, but the CSUR [1] and UCSUR [2] also make use of the private-use areas U+E000..U+F8FF and U+F-U+10. [1]: http://www.evertype.com/standards/csur/ [2]: http://www.kreativekorp.com/ucsur/ . shorah b'shehm -- Aaron Hill

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread Aaron Hill
= #6 % Default is #2 } } { \mark "Lorem" b'4 4 4 4 \once \override Score.RehearsalMark.font-size = #9 \mark "Ipsum" b'2 2 } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Roman Numeral rehearsal marks?

2019-03-06 Thread Aaron Hill
On 2019-03-06 2:48 am, Aaron Hill wrote: On 2019-03-06 2:37 am, N. Andrew Walsh wrote: Hi List, also on this issue (I still have Roman numerals, which works fine for me): is there a way to format the size/weight of the "\mark \default" character? Mine aren't much larger than re

Re: weird error with \repeat tremolo

2019-03-06 Thread Aaron Hill
.574) \override Beam.positions = #'(-3 . -5.5) \relative c'' { gis'32_[ e c a fis8:64] } } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: weird error with \repeat tremolo

2019-03-06 Thread Aaron Hill
On 2019-03-06 6:24 am, David Kastrup wrote: Aaron Hill writes: On 2019-03-06 4:15 am, N. Andrew Walsh wrote: Hi Aaron, here's another example that causes the error: \version "2.19.82" \relative c'' { \time 4/16 gis'32[ e c a \repeat tremolo 8 { fis64] } } Again, it see

Re: weird error with \repeat tremolo

2019-02-25 Thread Aaron Hill
tion. You could try manually lengthening the stem to see if it helps as a possible workaround. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: weird error with \repeat tremolo

2019-02-25 Thread Aaron Hill
On 2019-02-25 2:15 am, Thomas Morley wrote: Am Mo., 25. Feb. 2019 um 11:02 Uhr schrieb N. Andrew Walsh : Hi Aaron, On Mon, Feb 25, 2019 at 10:50 AM Aaron Hill wrote: You could try manually lengthening the stem to see if it helps as a possible workaround. I've gone all the way out

Re: Slur over a single note

2019-02-25 Thread Aaron Hill
attached image). Is this not just \overtie? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Non-integer tempo marking

2019-02-23 Thread Aaron Hill
5 will unfortunately not result in \tempo 4=72.5. Depending on rounding, it would end up as either 72 or 73. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Change stanza formatting

2019-03-01 Thread Aaron Hill
ts)) (lyr (car (ly:grob-array->list sse))) (xoff (ly:grob-property lyr 'X-offset))) xoff)) \override StanzaNumber.Y-offset = #ly:side-position-interface::y-aligned-side } } \new Voice \relative { \time 3/4 g'2 e4 a2 f4 g2. } \addlyrics { \set stan

Re: CueVoice Font

2019-02-20 Thread Aaron Hill
d try something like \concat { "f" \hspace #0 "l" } which should typeset an "f" and an "l" without the ligature, using the normal kerning for the individual letters. The \hspace is needed otherwise LilyPond would combine the

Re: Configuration Point & Click

2019-02-20 Thread Aaron Hill
arency or compositing? (I used to be a ratpoison user, but I switched to sway for the past few years.) If I had to guess, this is "i3" or probably "i3-gaps". -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org htt

Snippet: Using arbitrary markup with LyricHyphen

2019-03-16 Thread Aaron Hill
I assumed this would be the case when the LyricText after a LyricHyphen that breaks is the first moment on the next line. However, it does not appear that any LyricHyphen gets created in that scenario. -- Aaron Hill\version "2.19.82" #(define (lyric-hyphen-text-stencil grob) &quo

Re: \markup on "topmost" voice in a Frenched score?

2019-03-14 Thread Aaron Hill
achieve something like that? I imagine this would also apply to tempo indications and other similar score instructions. Seems like \mark would work. RehearsalMarks belong to the Score and are by default placed above the entire system regardless o

Re: lilypond-user Digest, Vol 196, Issue 33

2019-03-10 Thread Aaron Hill
12:40P EDT. Trying to link to Lilypond Notation Reference For what its worth, that link as well as the rest of the site appears to be working for me. Mayhaps the issue was resolved? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Color one SystemStartBrace

2019-03-13 Thread Aaron Hill
On 2019-03-13 11:41 am, Aaron Hill wrote: On 2019-03-13 10:53 am, Urs Liska wrote: Hi all, is it possible to get hold of a single SystemStartBrace/Bar/Bracket to color it? \layout { \context { \Score \override SystemStartBrace.color = #red } } works but (\once) \override

Re: Color one SystemStartBrace

2019-03-13 Thread Aaron Hill
\new Staff { b'1 } %%%% -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Access the first/last line of a markup

2019-03-11 Thread Aaron Hill
On 2019-03-11 2:49 am, Urs Liska wrote: Hi, returning to my notorious "center-markup-over-measure" issue I was pointed to yet another issue: vertical alignment when the last line contains descenders or the first line does not contain ascenders. Since I am manually placing the markups (given as

Re: Character encoding / poor man's letterspacing

2019-03-12 Thread Aaron Hill
On 2019-03-12 7:53 am, Urs Liska wrote: Hi Alexander, thank you for that pointer. This made my day! Am 12.03.19 um 14:54 schrieb Alexander Kobel: Hi, On 12.03.19 10:43, Urs Liska wrote: Am 12.03.19 um 01:14 schrieb Aaron Hill: On 2019-03-11 3:40 pm, David Kastrup wrote: Urs Liska writes

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
On 2019-03-11 3:40 pm, David Kastrup wrote: Urs Liska writes: Am 11.03.19 um 20:22 schrieb Aaron Hill: On 2019-03-11 11:30 am, David Kastrup wrote: Urs Liska writes: Hi, I've written a poor-man's implementation of a simple \letterspaced markup command: #(define-markup-command

Re: Character encoding / poor man's letterspacing

2019-03-12 Thread Aaron Hill
On 2019-03-12 8:32 am, Aaron Hill wrote: #(define (is-combining-mark? ucp) "Returns whether a code-point is a Unicode Combining Character." (or (<= #x0300 ucp #x03ff) (<= #x1ab0 ucp #x1aff) (<= #x1dc0 ucp #x1dff) (<= #x20d0 ucp #x20ff) (<= #x

Re: \markup on "topmost" voice in a Frenched score?

2019-03-14 Thread Aaron Hill
On 2019-03-14 10:35 am, N. Andrew Walsh wrote: On Thu, Mar 14, 2019 at 4:36 PM Aaron Hill wrote: Seems like \mark would work. RehearsalMarks belong to the Score and are by default placed above the entire system regardless of any staves. This does seem like it wold work well. Is there a way

Re: How to view the ("full") input that lilypond is engraving?

2019-03-12 Thread Aaron Hill
(ly:make-duration 2) 'pitch (ly:make-pitch 0 6 -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
cters and other special things. I do not have the time right now, but I can definitely take a stab at this later in the day if you would like. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Character encoding / poor man's letterspacing

2019-03-11 Thread Aaron Hill
her is the approximation /\P{M}\p{M}*+/. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Snippet: Customizing markFormatter

2019-03-22 Thread Aaron Hill
On 2019-03-22 1:32 am, Valentin Villenave wrote: On 3/21/19, Aaron Hill wrote: In an attempt to hide the Scheme-ness of the above approach, I put together the following music function which replaces placeholder strings within the provided markup with the output of the specified formatter

Re: Google

2019-03-21 Thread Aaron Hill
ituses. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Snippet: Customizing markFormatter

2019-03-21 Thread Aaron Hill
Hi folks, There have been a few mentions of rehearsal marks recently and wanting to customize the appearance of \mark \default. Using \mark \markup gives you much freedom at the cost of requiring one to manually manage the numbering/naming of these marks. The (what-I-presume-is-official)

Re: Google

2019-03-22 Thread Aaron Hill
. -- As for the fonts that *are* being loaded: Germania One - https://fonts.google.com/specimen/Germania+One Noto Sans - https://fonts.google.com/specimen/Noto+Sans Noto Serif - https://fonts.google.com/specimen/Noto+Serif -- Aaron Hill ___ lilypond

Re: Reverting TextSpanner properties

2019-02-07 Thread Aaron Hill
ic TextSpanner here? %% \revert TextSpanner.bound-details %% <== NOT NEEDED c''\startTextSpan c''\stopTextSpan c'' c'' | } \score { \new Staff \treble \layout {} } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lis

Re: Modify sustain pedal marks

2019-02-07 Thread Aaron Hill
nStrings = #'("P." "*P." "*") } { c''4\sustainOn g' c'2\sustainOff c''4\sustainOn g' c'2\sustainOff c''4\sustainOn g' c'2\sustainOff c''4\sustainOn g' c'2\sustainOff } \paper { ragged-right = ##f } -- Aaron Hill

Re: Partcombine with drums?

2019-02-17 Thread Aaron Hill
DrumStaff \new DrumVoice << \drumA \drumB >> It is not the same thing as \partCombine, but I suspect it makes more sense for drum parts. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Getting point-and-click working

2019-02-10 Thread Aaron Hill
har' value completely and only use 'column' to launch vim with a command similar to the following: vim --remote '+:norm%(line)sG%(column)s|' %(file)s (This is using the same Python-style substitution arguments expected in the LYEDITOR variable.) -- Aaron Hill __

Re: Getting point-and-click working

2019-02-10 Thread Aaron Hill
On 2019-02-10 5:15 am, Aaron Hill wrote: This scheme stems from ly:input-file-line-char-column (backed by Source_file::get_counts internally) which returns the zero-based character index and the one-based column number. Of note, columns are computed assuming eight-wide tabulation

Re: hbracket question

2019-02-14 Thread Aaron Hill
et Hello \bracket Hello \custom-bracket Hello \override #'(thickness . 0.2) \override #'(protrusion . 0.5) \override #'(padding . 0.3) \custom-bracket Hello } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://l

Re: ChordNames on Staff

2019-02-06 Thread Aaron Hill
On 2019-02-06 12:25 pm, Robert Hennig wrote: Dear lilypond community, I would like to print the ChordNames casually directly on the staff, Not above the staff. Using extra-offset works if there are no other objects which adjusts the spacing. What is the proper way to get the ChordNames fixed

Re: Make Ties Transparent

2019-02-06 Thread Aaron Hill
use `\omit Grob` instead if it is your desire that the grobs should both be invisible and take up no space. (This second command is shorthand for `\override Grob.stencil = ##f` if I am recalling correctly.) -- Aaron Hill ___ lilypond-user mailing

Re: Harmonics with ottava

2019-02-07 Thread Aaron Hill
% ...but I could not get any overlap. Granted, "Sul D" and "Text" appear next to each other, but that has to do with text alignment. If you change "Text" to \center-align, for instance, then the lower staff gets moved down to prevent overlap. -- Aaron Hill

Re: Title help (from a blind user)

2019-01-29 Thread Aaron Hill
you want to emit a MIDI file needs to have its own nested \midi block. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Start score with barline (after time signature)

2019-01-29 Thread Aaron Hill
1/128) there is a pretty huge gap between the time signature and the barline. You can change the default behavior for bar lines: \version "2.19.82" #(define-bar-line "||" "||" "||" "||") { \bar "||" b'1 } -- Aaron Hill _

Re: Can we change text font while keep it italic?

2019-01-29 Thread Aaron Hill
On 2019-01-29 12:51 am, Fan Hongtao wrote: User backend properties says: font-name (string) Specifies a file name (without extension) of the font to load. This setting overrides selection using font-family,

Re: Atom editor

2019-01-24 Thread Aaron Hill
something like: LYEDITOR='atom %(file)s:%(line)s:%(column)s' This presumes Atom is in your path. If you can run 'atom --help' from a terminal and get results, then all should be good. -- Aaron Hill ___ lilypond-user mailing list lilypond-user

Re: Text spanner shorten-pair

2019-01-25 Thread Aaron Hill
-details.left.padding = #-2 \override TextSpanner.bound-details.right.padding = #-3 -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Title/Subtitle Left-Align

2019-02-01 Thread Aaron Hill
rkup \fontsize #3 \column { \larger \bold \fromproperty #'header:title \italic \fromproperty #'header:subtitle } } \header { title = "Title" subtitle = "Subtitle" } { b'1 } Sometimes you can work with the default arrangement of fields, but in other cases it makes

Re: Simple example with vertical spacing and dynamic contexts

2019-01-31 Thread Aaron Hill
being measured from the reference points. Just remember that since LilyPond only tries to respect the basic-distance, you may need to rely more on minimum-distance in practice. Hope some of this helps. -- Aaron Hill ___ lilypond-user mailing list lily

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
e simple form of Mensurstriche to vanilla LilyPond. "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score de

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Aaron Hill
On 2019-02-02 2:29 am, Thomas Morley wrote: Am Fr., 1. Feb. 2019 um 20:19 Uhr schrieb Malte Meyn : Am 01.02.19 um 18:42 schrieb Aaron Hill: > That very much sounds like a bug and should be reported. The final > argument is the span setting which should be agnostic of start and end &g

Re: Change staff clef immediately after time signature

2019-02-03 Thread Aaron Hill
On 2019-02-03 6:33 pm, Christopher R. Maden wrote: This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether... I want a piano staff, with the left hand to start with bass clef, but then immediately switch to treble clef after the time signature.

Re: Change staff clef immediately after time signature

2019-02-03 Thread Aaron Hill
On 2019-02-03 6:43 pm, Aaron Hill wrote: On 2019-02-03 6:33 pm, Christopher R. Maden wrote: This is probably a FAQ, but I can’t find the right combination of search terms to tease it from the ether... I want a piano staff, with the left hand to start with bass clef, but then immediately switch

Re: Change staff clef immediately after time signature

2019-02-04 Thread Aaron Hill
On 2019-02-03 8:44 pm, Christopher R. Maden wrote: On 2/3/19 9:43 PM, Aaron Hill wrote: Does \cueClef help? It does... though then when I \clef bass back again it’s ignored. I can use \cueClefUnset... Thanks, this is a great workaround. I suspect there is a better (more properly

Re: Reducing top margin for a single page in a score

2019-02-04 Thread Aaron Hill
on of top-markup-spacing and markup-system-spacing that decides where the first system will fall. Otherwise, top-system-spacing applies when the system is first. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Reducing top margin for a single page in a score

2019-02-04 Thread Aaron Hill
for correctness). I did not mention it before; but you can adjust the stretchability so that LilyPond favors the top margin over the bottom if that is your intention. Take my example from before and try lowering the stretchability of last-bottom-spacing a little at a time. -- Aaron Hill

Re: Please test new lilypond installers

2019-01-29 Thread Aaron Hill
with no errors. Results seem acceptable. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyluatex collection for user without internet connection

2019-01-25 Thread Aaron Hill
On 2019-01-25 3:52 am, Aaron Hill wrote: On 2019-01-25 2:56 am, Karlin High wrote: I know it's incomplete, but I still consider it the best resource for learning Scheme in LilyPond. In case it helps your friend, I've attached a PDF of the Guile 1.8.7 docs which can be used as a more technical

Re: Change staff clef immediately after time signature

2019-02-04 Thread Aaron Hill
On 2019-02-04 6:47 am, Christopher R. Maden wrote: On 2/4/19 6:03 AM, Aaron Hill wrote: Note in this case I changed the CueClef font-size to match the reduced size of a non-cue clef when it appears within a line. That looks great, thanks! The \cueClefUnset bass clef still looks tiny

Re: Slur with left and/or right arrow head

2019-04-17 Thread Aaron Hill
ts, which would ease some of the computational overhead. But actually I am pleasantly surprised my code is only slightly worse. [ . . . ] why does Tie has a font-size property at all? That I cannot speak to. I'd have to dig through the code to see where it is us

Re: Slur with left and/or right arrow head

2019-04-17 Thread Aaron Hill
On 2019-04-17 3:31 pm, Thomas Morley wrote: Well, I'd like to understand beziers better, continuing my afford here also means I shouldn't ignore such things ;) Beziers are one way to generalize simple linear interpolation to higher orders, and they have a rather curious recursive relationship

Re: Slur with left and/or right arrow head

2019-04-18 Thread Aaron Hill
On 2019-04-18 6:40 am, Carl Sorensen wrote: On 4/17/19, 1:41 PM, "Aaron Hill" wrote: On 2019-04-17 12:16 pm, Thomas Morley wrote: > [ . . . ] why does Tie has a font-size property at all? That I cannot speak to. I'd have to dig through the code to see where

Re: ChordName Font Size

2019-05-12 Thread Aaron Hill
On 2019-05-12 5:29 pm, Gregory Hollands wrote: I want to use an alternative font for ChordNames, but the font I have chosen is not exactly the same size as the default font. The result is that musical symbols (sharps, flat, etc) appear too large. How can I change the size of the musical

Re: Lyrics in second language in italics

2019-05-15 Thread Aaron Hill
You should be able to adjust the font-shape using a \with block: \new Lyrics \with { \override LyricText.font-shape = #'italic } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Stacking two text lines

2019-05-26 Thread Aaron Hill
On 2019-05-25 9:52 pm, Mike Dean wrote: Hi group: I am extracting a solo line from Gavotte II (Cello Sonata #6, J.S. Bach) and at the end of Gavotte II are these instructions: 2nd time poco rall. Gavotte I D.C. I am struggling with how to attach that to the final measure (and a half): a,

Re: bar number alignment

2019-05-25 Thread Aaron Hill
ment-X = 0 %% wanted: %\alterBroken self-alignment-X #(list 0 1) Score.BarNumber \set Score.currentBarNumber = \repeat unfold 50 c'1 } Would something like this help? \override Score.BarNumber.self-alignment-X = #(lambda (grob) (- (ly:item-break-dir grob))) --

Re: staff-space as a variable

2019-05-25 Thread Aaron Hill
On 2019-05-25 7:34 pm, Edward Neeman wrote: Thanks Xavier, that is a much neater option than going with ballpark figures as I did in my example. Though since I have two different staff sizes in two different output files, it still means I have to do something like this: \tag #’clarinet {

DNS issues with LSR

2019-06-07 Thread Aaron Hill
copy of the LSR? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: DNS issues with LSR

2019-06-07 Thread Aaron Hill
On 2019-06-07 2:54 am, Aaron Hill wrote: Hi folks, Who is the contact point for the LSR, more specifically the individual responsible for their DNS? There has been a long-standing issue with their name servers that prevent services like CloudFlare from reliably resolving records

Re: Minor variations on a re-used section

2019-06-22 Thread Aaron Hill
On 2019-06-22 1:46 pm, Evan Driscoll wrote: Is there a way to define a variable "locally"? Not with the "foo = bar" syntax. But you can do this: \version "2.19.82" outside = { 8 8 4 } { $(define inside #{ { 2 } #}) \outside \inside } { \outside

Re: Error message

2019-06-24 Thread Aaron Hill
r without sharing the whole project. Since my knowledge on that platform is extremely limited, I cannot shepherd any further. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error message

2019-06-25 Thread Aaron Hill
ramming error line? I would say there is a bug if you are *only* seeing the failing assertion. Perhaps an additional check could be added to stem.cc:649 to ensure that neutral-direction has a sane value, which could catch this particular error earlier in the process. -- Aaron Hill ___

Re: Tempo markings & partcombine

2019-06-10 Thread Aaron Hill
o perhaps the better solution would be to use edition-engraver [1]. [1]: https://github.com/openlilylib/edition-engraver -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Group notes with different fonts

2019-06-19 Thread Aaron Hill
y g \normalsize c>4 | r2 \new Voice << {\tiny a4 g} {\normalsize d' c} >> | ``` Does \tweaking font-size work for you? \version "2.19.82" \fixed c' { r2 4 } -- Aaron Hill ___ lilypond-user mailing list

Re: Volta font

2019-06-20 Thread Aaron Hill
ant to set font-family rather than font-name, you will need to change font-encoding: \version "2.19.82" { \override Score.VoltaBracket.font-encoding = #'latin1 \override Score.VoltaBracket.font-family = #'sans \repeat volta 3 { b'1 } \alternative { { b'1 } { b'1 } } }

Re: Minor variations on a re-used section

2019-06-22 Thread Aaron Hill
'4 \tag #'b b'4 c''4 } \multipleRemoveWithTag #'((a) (a b) (b)) { \tag #'a a'4 \tag #'b b'4 c''4 } } -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error message

2019-06-23 Thread Aaron Hill
a MWE for this error? Failing that, can you run LilyPond under gdb and share more details? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error message

2019-06-24 Thread Aaron Hill
e failing assertion reproduce? -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Leadsheet - trying to fill page without leaving empty space

2019-06-10 Thread Aaron Hill
st system and the footer might not be useable space, as far as LilyPond is concerned. If it has been instructed to keep a minimum amount of space, that is probably why it opted to overflow to a second page. -- Aaron Hill ___ lilypond-user mailing list lil

Re: glissando over break

2019-06-10 Thread Aaron Hill
has the breakable property. [1]: http://lilypond.org/doc/v2.19/Documentation/internals/glissando [2]: http://lilypond.org/doc/v2.19/Documentation/internals/unbreakable_002dspanner_002dinterface -- Aaron Hill ___ lilypond-user mailing list lilypond

Re: How to get more measures on one line?

2019-06-15 Thread Aaron Hill
. But if your music is dense enough, you may need to adjust the line width on the page and/or the global staff size to be able to fit more content. [1]: http://lilypond.org/tiny-examples.html [2]: http://lilypond.org/doc/v2.19/Documentation/notation/changing-horizontal-spacing -- Aaron Hill

Re: Hiding cautionary clef

2019-05-09 Thread Aaron Hill
nd-of-line-invisible { c'2 c' } \break \unset Staff.explicitClefVisibility \clef bass { c'2 c' } \break [1]: http://lilypond.org/doc/v2.19/Documentation/notation/displaying-pitches#clef -- Aaron Hill ___ lilypond-user mailing list lilypond-us

Re: How to write notes for drums?

2019-05-12 Thread Aaron Hill
ut I fear I may have offended by pointing out the mistake. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to write notes for drums?

2019-05-12 Thread Aaron Hill
On 2019-05-11 11:55 pm, Jacques Menu wrote: Hello Отправлено, By the by, "Отправлено с iPhone" means "Sent from iPhone". -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Font questions about absolute

2019-05-11 Thread Aaron Hill
ute-to-relative Scheme code above. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Font questions about absolute

2019-05-11 Thread Aaron Hill
: Manual use of things like make-pango-font-tree introduce the possibility that text-font-size is not an accurate value. Providing one is following the recommended practice of setting the scaling factor, then things should work. Also NOTE: Setting the fontSize context proper

Re: ChordName Font Size

2019-05-13 Thread Aaron Hill
ould be able to apply this function globally rather than to a specific instance: \layout { \context { \ChordNames \embiggenChordNames #10 } } Does that help you locate things how you prefer? -- Aaron Hill ___ lilypond-user mailing list lily

Re: ChordName Font Size

2019-05-13 Thread Aaron Hill
use a font whose metrics are accurate so that things work properly without mucking about in markups. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ChordName Font Size

2019-05-14 Thread Aaron Hill
helper mu)) mu)) (let ((orig (ignatzek-chord-names in-pitches bass inversion context))) (markup (#:fontsize size (helper orig) } #} ) -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: [Lilypond] How to add chorus to multi-verse lead sheet for guitar?

2019-05-21 Thread Aaron Hill
h the middle one so you automatically get the correct vertical alignment. However, if the chorus text only ever appears on its own line (as it would if you add a \break after \bar "||"), then it should not matter which Lyrics context the words are in. In fact, you could add a new one

Re: Unconventional score and unwanted stray staff lines

2019-05-19 Thread Aaron Hill
lyPond. I certainly have never tried pushing this aspect of the software. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Writing a function

2019-05-12 Thread Aaron Hill
taneously executing empty chord. Would an event function possibly make more sense? Consider: \version "2.19.82" foo = #(define-event-function (offset) (number?) #{ \tweak extra-offset #(cons 0 offset) ^"foo" #}) { b'4 \foo #0.5 b' b' \foo #-1 } -- Aar

Re: \tweak Accidental stencil within chord

2019-05-01 Thread Aaron Hill
On 2019-05-01 11:17 am, dtsmarin wrote: This was an example to show what I'm after. I need to *change* the stencil (e.g. flat to be sharp ) not the colour etc. I know how to change stencil for a single accidental with \override but \tweak Accidental.stencil doesn't work. Hmm... \tweaking a

Re: MIDI instrument for oboe d'amore

2019-04-29 Thread Aaron Hill
sposing a MIDI track to compensate. I dislike this practice as it is not very portable. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Slur with left and/or right arrow head

2019-04-19 Thread Aaron Hill
On 2019-04-19 3:29 am, Thomas Morley wrote: Am Mi., 17. Apr. 2019 um 21:16 Uhr schrieb Thomas Morley : Am Di., 16. Apr. 2019 um 23:45 Uhr schrieb Aaron Hill > Also, I "fixed" the font-size issue by bypassing the font settings > within the grob itself, because simply s

Re: Polymetric(?) time signature

2019-04-28 Thread Aaron Hill
| g2 a4 g e8 f g a g2 e4 | f4 g a bg4 c' b c'2 } \new Staff << { \numericTimeSignature \repeat unfold 3 { \time 4/4 s4*4 \time 5/4 s4*5 } } { \someMusic } \new Staff { \compoundMeter #'((4 5 4)) \someMusic }

Re: Are these brackets alongside a staff group possible?

2019-07-04 Thread Aaron Hill
On 2019-07-04 10:01 am, Pierre Perol-Schneider wrote: Hi Ben, How about: Here are some modifications I made to Pierre's code: - Removed \overriding InstrumentName.padding and opted instead for self-alignment-X of RIGHT. - Kept the stencil for SystemStartSquare but applied an extra-offset to

Re: Grace note beams won't hide correctly

2019-07-04 Thread Aaron Hill
On 2019-07-04 2:02 pm, Ben wrote: This is the first time I've encountered the need to hide /grace note/ beams and/or stems. Can someone show me what I am doing wrong? Here's my attempt, though it may not be the most ideal: \version "2.19.82" \language "english" overlaySlash =

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-04 Thread Aaron Hill
indicated above, I think this is on the Pango side, not LilyPond. - just pointing out, that I'm stupid (that would be at least a valid excuse) :-) If I did that, I would have more fingers pointing back at myself. You would not have to dig too far in the mailing list archive to find proof

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-05 Thread Aaron Hill
t bits. But if you have to stick to 2.18.2, then ligatures are not going to work as expected due to problems with the older version of Pango it would seem. My apologies for leading you down a bad path. -- Aaron Hill ___ lilypond-user mailing list lilypond-

Re: Bug with transpose in functions

2019-07-12 Thread Aaron Hill
le: music} It seems to parse the closing } as part of the variable name. Scheme is pretty permissive with what can be part of a symbol, so this is one case where whitespace does matter. -- Aaron Hill ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-03 Thread Aaron Hill
is nothing more than markup at the end of the day. Since the default stencil is ly:text-interface::print, anything you can do in \markup you can do in a ChordName. That gives you nearly all the freedom you would ever need, so there should be nothing to worry. --

<    1   2   3   4   5   6   7   8   9   10   >