Re: Subject: Re: Lilypond in Termux (Android)

2023-02-03 Thread Hajo Baess
Thank you very much for this step-by-step guide. I followed the instructions, and now I can also write Lily files on my mobile. Not the most comfortable thing, but very useful for little things on the fly anyway! With a Bluetooth keyboard it's certainly much better, but for a first try I really use

Subject: Re: Lilypond in Termux (Android)

2023-02-03 Thread gmail
Hi, I tried the tips given by Martin Tarenskeen and thought that a small sample guide may be useful for other users. Open PlayStore > search app Termux > Open the terminal Termux and write: pkg install guile Then write: pkg install lilypond LilyPond 2.24.0 will be installed Create a new direct

Re: Dynamics for both staves

2023-02-03 Thread Knute Snortum
On Fri, Feb 3, 2023 at 8:41 AM Knute Snortum wrote: > > On Fri, Feb 3, 2023 at 12:21 AM Paulo Matos wrote: > > > > Hi, > > > > I am trying to apply dynamic marking like piano and so forth to both > > staves. > [...] > > i.e. start a new group called Dynamics and add the dynamics there but > > thi

Re: Dynamics for both staves

2023-02-03 Thread Knute Snortum
On Fri, Feb 3, 2023 at 12:21 AM Paulo Matos wrote: > > Hi, > > I am trying to apply dynamic marking like piano and so forth to both > staves. [...] > i.e. start a new group called Dynamics and add the dynamics there but > this seems suboptimal as it makes the typesetting separate from the > notes

Re: Image width issue

2023-02-03 Thread Jean Abou Samra
On 31/01/2023 20:23, Rajesh Baskar wrote: > Hi Jean, > > The solution you gave me works very good for whole notes. But if the notes > have stems then the stems are not removed. Please look at the LilyPond like > below. Is this what you want? \version "2.24.0" \language english boxify = #(de

Re: Barline glyph in markup

2023-02-03 Thread Rip _Mus
Hi, thank you for the suggestions! Attached the piece of notation that I would like to engraver, in a piece for piano solo. I was thinking about using two Staff contexts and a Dynamics context between the staves to put those repeat barline, better if vertically centered. Any other suggestions? Rip

Re: Command Alises

2023-02-03 Thread Aaron Hill
On 2023-02-03 7:42 am, Aaron Hill wrote: On 2023-02-03 7:27 am, Paulo Matos wrote: Hi, I would like to define command aliases for \SustainOn, \SustainOff and the combination \SustainOn\SustainOff and tried the obvious: pup = \SustainOn pdown = \SustainOff ... This didn't work. I guess I miss

Re: Command Alises

2023-02-03 Thread Aaron Hill
On 2023-02-03 7:27 am, Paulo Matos wrote: Hi, I would like to define command aliases for \SustainOn, \SustainOff and the combination \SustainOn\SustainOff and tried the obvious: pup = \SustainOn pdown = \SustainOff ... This didn't work. I guess I miss an understanding on how these things inter

Re: Command Alises

2023-02-03 Thread Jeff Kopmanis
I'd highly recommend use of a syntax-aware editor like Frescobaldi (or even VScode with plugins), as they'll save you lots of typing with these longer macros. On Fri, Feb 3, 2023 at 10:40 AM Jean Abou Samra wrote: > > > > Le 3 févr. 2023 à 16:32, Paulo Matos a écrit : > > > > Hi, > > > > I wou

Re: Command Alises

2023-02-03 Thread Jean Abou Samra
> Le 3 févr. 2023 à 16:32, Paulo Matos a écrit : > > Hi, > > I would like to define command aliases for \SustainOn, \SustainOff and > the combination \SustainOn\SustainOff and tried the obvious: > > pup = \SustainOn > pdown = \SustainOff It’s \sustainOn and \sustainOff. Jean

Command Alises

2023-02-03 Thread Paulo Matos
Hi, I would like to define command aliases for \SustainOn, \SustainOff and the combination \SustainOn\SustainOff and tried the obvious: pup = \SustainOn pdown = \SustainOff ... This didn't work. I guess I miss an understanding on how these things interact with each other. What's the correct way

Re: Barline glyph in markup

2023-02-03 Thread Jean Abou Samra
On 03/02/2023 10:50, Rip _Mus wrote: > Hi, > is it possible to use a repeat barline glyph(opened or closed) in a markup? > I'm trying to print it centered between two staves within a Dynamics context. > Thank you in advance! The two other answers work, but I wonder if this might be an XY questio

Re: Barline glyph in markup

2023-02-03 Thread Xavier Scheuer
On Fri, 3 Feb 2023 at 15:03, Valentin Petzel wrote: > > Hi Rip_mus, > > Bar Lines are not in fact glyphs, but drawn directly. We could recreate a > drawing procedure for markups, but the easiest thing to do would probably be > to use the \score markup command for this as seen in the appended file.

Re: Notehead and stem drawing order (z-index)

2023-02-03 Thread David Kastrup
József Pap <0kjo...@gmail.com> writes: > Hi all, > > Can I ensure that the stems are always drawn behind the noteheads? Their > order along the imaginary z-axis may not matter if they're both black, but > if one uses colored noteheads, stems drawn above noteheads are ugly. The > default behavior s

Re: Barline glyph in markup

2023-02-03 Thread Valentin Petzel
Hi Rip_mus, Bar Lines are not in fact glyphs, but drawn directly. We could recreate a drawing procedure for markups, but the easiest thing to do would probably be to use the \score markup command for this as seen in the appended file. Cheers, Valentin Am Freitag, 3. Februar 2023, 10:50:30 CET

Notehead and stem drawing order (z-index)

2023-02-03 Thread József Pap
Hi all, Can I ensure that the stems are always drawn behind the noteheads? Their order along the imaginary z-axis may not matter if they're both black, but if one uses colored noteheads, stems drawn above noteheads are ugly. The default behavior seems pretty random with no discernible patterns: st

Re: The "R.H." instruction with 45 degree slope down and up from treble to bass clef: How?

2023-02-03 Thread Werner LEMBERG
> REDACTED/source/The_Way_We_Were.ly:259:1: warning: cannot find > context to change to: Staff = lower This is because you are already in the "lower" staff. As the name `\change Staff` implies, it is intended to display material temporarily in another staff. In other words, the eighth notes in

Barline glyph in markup

2023-02-03 Thread Rip _Mus
Hi, is it possible to use a repeat barline glyph(opened or closed) in a markup? I'm trying to print it centered between two staves within a Dynamics context. Thank you in advance! Rip_mus

Dynamics for both staves

2023-02-03 Thread Paulo Matos
Hi, I am trying to apply dynamic marking like piano and so forth to both staves. I have the following example: \version "2.25.2" right = \relative c'' { % Music follows here. c2\p d4 e } left = \relative c' { % Music follows here. c4\p e g r } \score { \new PianoStaff \with { i