Change barline-glyph question

2025-07-08 Thread damianlegassick
Hi all v 2.25.26 I want barlines all dotted for one file, so from looking at define-grobs.scm I expected to be able to write \override Score.BarLine.glyph = "!" - which doesn't work but \override Score.BarLine.glyph-name = "!" does. any clues as to what I'm not understanding? thanks D

Re: tag non-music expressions?

2025-04-09 Thread damianlegassick
You could set the orientation with a Guile variable that's useful, thanks

Re: tag non-music expressions?

2025-04-09 Thread damianlegassick
On 9 Apr 2025, at 13:25, Lucas Cavalcanti wrote: I think that I may have misunderstood your question... if you want the possibility of two different outputs (hence the use of tags) you'll need to use different book blocks. Paper instructions must be made on the top of the file or on a paper bl

tag non-music expressions?

2025-04-09 Thread damianlegassick
Hi all If I wanted do something equivalent to this (which I know does not work) - what's the best way to go about it? \tag #'landscape #(set-default-paper-size "a4" 'landscape) \tag #'portrait #(set-default-paper-size "a4" ) thanks Damian

Re: ottavation text format

2024-10-18 Thread damianlegassick
Thanks for that Kieren, it works and is very flexible I couldn't find an obvious switch for line alignment (top, center, bottom), so I feared that lambda would be appearing :-) FWIW I checked a handful of scores each from Schott, Universal, Faber, Ricordi and while not identical, they lean towa

Re: ottavation text format

2024-10-17 Thread damianlegassick
mmm, just one more thing how do I get the dotted line to align with the bottom of the 8 rather than the middle? thanks again

Re: ottavation text format

2024-10-17 Thread damianlegassick
Thanks all It works with \set Staff.ottavation = \markup {\concat {8 \tiny{vb}}} Damian On 17 Oct 2024, at 12:47, Mark Knoop wrote: At 11:28 on 17 Oct 2024, damianlegassick wrote: I had this same problem. To investigate it, I looked up the definition of ottavation-ordinals in ly/property

Re: ottavation text format

2024-10-17 Thread damianlegassick
I had this same problem. To investigate it, I looked up the definition of ottavation-ordinals in ly/property-init.ly. I then created a new ottavation list called ottavation-ordinals-b, with "va" and "ma" changed to "vb" and "mb" for the negative ottavations. I included the new ottavation list in

Re: ottavation text format

2024-10-17 Thread damianlegassick
at 5:34 AM damianlegassick wrote: Hi all When I use \set Staff.ottavation = "8vb" the v and the b are larger than with the plain: \set Staff.ottavationMarkups = #ottavation-ordinals any clues how to adjust this? thanks Damian I had this same problem. To investigate it, I looked up the defi

Re: ottavation text format

2024-10-17 Thread damianlegassick
Depends on how you want to adjust it, I suppose… Do you want the “va” larger or the “vb” smaller? vb smaller ideally, but either would work

Re: ottavation text format

2024-10-17 Thread damianlegassick
\version "2.25.18" \layout { ragged-last = ##f } { \clef bass c,,4 \set Staff.ottavationMarkups = #ottavation-ordinals \ottava -1 4 4 4 \ottava 0 4 \set Staff.ottavation = "8vb" \ottava -1 4 4 4 }

Re: ottavation text format

2024-10-17 Thread damianlegassick
the v and the b are larger than larger than the v and the a in ...

ottavation text format

2024-10-17 Thread damianlegassick
Hi all When I use \set Staff.ottavation = "8vb" the v and the b are larger than with the plain: \set Staff.ottavationMarkups = #ottavation-ordinals any clues how to adjust this? thanks Damian

Re: Tieing into two voices

2024-09-09 Thread damianlegassick
I would like to tie a note into a short polyphon section \score { \relative { g2 ~ << g2 \\ {\stemUp c8 d e f} >> } \layout { } } But that gives a warning and no tie. (It is intended to have two half notes tied) You can't tie across voices, that's true. this works though: \version "2.25.18" \sco

\omit multiple/list

2024-09-05 Thread damianlegassick
Hi all how would I reduce e.g. \once \omit TupletBracket \once \omit TupletNumber \once \omit Stem to a structure conceptually like: \once \omit (TupletBracket, TupletNumber, Stem) i.e. put the grobs in a list thanks Damian

Re: display tuplet ratio in \rhythm markup

2023-03-17 Thread damianlegassick
Thanks JeanI would swear I'd tried thatsorry for the noise...DOn 17 Mar 2023, at 11:05, Jean Abou Samra wrote:Le vendredi 17 mars 2023 à 10:43 +0000, damianlegassick a écrit :Hi allin the following, is there any way to have the metric modulation markup via \rhythm show the ratio '5:7&#

display tuplet ratio in \rhythm markup

2023-03-17 Thread damianlegassick
Hi allin the following, is there any way to have the metric modulation markup via \rhythm show the ratio '5:7' instead of just '5'? I've tried \override TupletNumber.text = #tuplet-number::calc-fraction-text in various places but no joy.thanks, D\version "2.25.2" {  \time 7/8  \tuplet 5/7 {c'8

extending vim autocomplete

2021-01-18 Thread damianlegassick
Hi all does anyone have a ready to roll way of extending the autocomplete functionality in Lilypond's vim mode? For instance, Cntrl-N will find me 'beam' but not any of the subsequent properties of beam. Thanks Damian

Re: Frescobaldi on Arch Linux

2020-12-26 Thread damianlegassick
Something to do with poppler? if it helps... poppler, poppler-glib and poppler-qt5 here are all 20.12.1-1 python-poppler-qt5 is 0.75.0-4 from AUR  

Re: Frescobaldi on Arch Linux

2020-12-24 Thread damianlegassick
qt5 On 24 December 2020 at 11:51, damianlegassick wrote: Hi I just did a clean build from the AUR repo and it works fine (Gnome). Damian On 24 December 2020 at 11:31, Andrew Bernard wrote: Has anybody got Frescobaldi running on Arch Linux lately? I am not really sure, but I think Arch

Re: Frescobaldi on Arch Linux

2020-12-24 Thread damianlegassick
Hi I just did a clean build from the AUR repo and it works fine (Gnome). Damian On 24 December 2020 at 11:31, Andrew Bernard wrote: Has anybody got Frescobaldi running on Arch Linux lately? I am not really sure, but I think Arch has moved all to Qt5, whereas Frescobaldi seems to depend on Q

Re: point and click vim (not gvim) xfce4

2020-12-14 Thread damianlegassick
Thanks David Short-ish answer: I still can't get point and click to work in Xfce4 with *any* editor. Invoking the clicked pdf links from a GUI seems blocked in some way: the embedded links open correctly from the terminal with Geany and Gvim/Vim. However, the exact same instructions work und

Re: point and click vim (not gvim) xfce4

2020-12-12 Thread damianlegassick
On 12 December 2020 at 3:29, David Wright wrote: On Fri 11 Dec 2020 at 15:09:38 (-), damianlegassick wrote: On 11 December 2020 at 14:38, David Wright wrote: On Fri 11 Dec 2020 at 12:59:41 (-), damianlegassick wrote: On 11 December 2020 at 12:41, damianlegassick wrote: Hi (and

Re: point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
On 11 December 2020 at 14:38, David Wright wrote: On Fri 11 Dec 2020 at 12:59:41 (-), damianlegassick wrote: On 11 December 2020 at 12:41, damianlegassick wrote: Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other

Re: point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
On 11 December 2020 at 12:41, damianlegassick wrote: Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other pdf viewer xfce4 thanks one thing is that  https://lilypond.org/doc/v2.20/Documentation/usage/configuring

point and click vim (not gvim) xfce4

2020-12-11 Thread damianlegassick
Hi (and sorry to those weary of the point and click questions) can anybody share their method for: vim (not gvim) a.n.other pdf viewer xfce4 thanks

Re: Vim Install error?

2020-11-15 Thread damianlegassick
Hi Jonasyes, removing the initial 'filetype off' from .vimrc fixed it. So is that a mistake in https://lilypond.org/doc/v2.21/Documentation/usage/text-editor-support ?thanksDamianOn 14 November 2020 at 20:25, Jonas Hahnfeld wrote:Hi,Am Donnerstag, den 12.11.2020, 16:26 + schrieb damianlegassic

Vim Install error?

2020-11-12 Thread damianlegassick
Hi when installing Lilypond 2.21.80 from linux64 shellscript the  /usr/local/lilypond/usr/share/lilypond/current/vim/ folder has a subfolder 'ftplugin'. On my Arch system I have to rename this folder to 'plugin' for the :maps to work Is this a general error or just my distro or just me? th

Re: edition-engraver mod on first note

2020-11-07 Thread damianlegassick
col pedale") } And it works properly. Hope that helps, Stéfano El vie., 6 nov. 2020 a las 13:41, damianlegassick () escribió: Hi I can't persuade edition-engraver to add an \editionMod starting on the downbeat of the first bar. I can't even do it with the example.ly from th

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
urgh and you'll have to add \once \override Dots.stencil = ##f just before the gis8. Damian On 7 November 2020 at 22:33, damianlegassick wrote: fiddly one this \version "2.21.7" \layout { \context { \PianoStaff \consists #Span_stem_engraver } } rhmusic = { \time 3/

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
.hh:256: T Interval_t::center() const [with T = double]: Assertion `!is_empty ()' failed. Exited with return code 6. -- Knute Snortum On Sat, Nov 7, 2020 at 1:32 PM Knute Snortum wrote: That looks good! Thanks! -- Knute Snortum On Sat, Nov 7, 2020 at 11:09 AM damianlegassick wrote:

Re: Change staff and cross staff

2020-11-07 Thread damianlegassick
Try this for starters \version "2.21.7" \layout { \context { \PianoStaff \consists #Span_stem_engraver } } rhmusic = { time 3/4 \key e \major \change Staff = "lower" \stemUp 8[ r16 \change Staff = "upper" e'16] } lhmusic = { \key e \major \clef "bass" << { s8. \crossStaff {b16} } \\ { e,4 } >

edition-engraver mod on first note

2020-11-06 Thread damianlegassick
Hi I can't persuade edition-engraver to add an \editionMod starting on the downbeat of the first bar. I can't even do it with the example.ly from the repo (is that why there's an R1 at the top?). any clues for a workaround or am I being dumb? Damian

Re: WSL - Visual Studio Code - point and click

2020-10-30 Thread damianlegassick
this list some time ago I posted a HOWTO for Ubuntu in this area, and the NR of course has some other useful info for Linux. Andrew On Sat, 31 Oct 2020 at 01:33, damianlegassick wrote: I've got WSL running fine with a Debian distro, Lilypond working fine, Visual Studio Code doing it&#

Re: WSL - Visual Studio Code - point and click

2020-10-30 Thread damianlegassick
On 30 October 2020 at 14:34, damianlegassick wrote: Hi I've got WSL running fine with a Debian distro, Lilypond working fine, Visual Studio Code doing it's remote thing and Sumatra picking up all the changes in pdf back on the Windows side. but no point and click. I tri

WSL - Visual Studio Code - point and click

2020-10-30 Thread damianlegassick
Hi I've got WSL running fine with a Debian distro, Lilypond working fine, Visual Studio Code doing it's remote thing and Sumatra picking up all the changes in pdf back on the Windows side. but no point and click. I tried to hack Aaron Hill's answer from a couple of years ago https://www.

Re: linux install problem virtualbox

2020-10-16 Thread damianlegassick
I changed to VMWare and it works as normal Damian On 16 October 2020 at 11:31, damianlegassick wrote: Hi Aaron yes it fails with curl I supect virtualbox as I'm getting a lot of dpkg errors when installing or upgrading a distro Damian On 16 October 2020 at 11:03, Aaron Hill

Re: linux install problem virtualbox

2020-10-16 Thread damianlegassick
Hi Aaron yes it fails with curl I supect virtualbox as I'm getting a lot of dpkg errors when installing or upgrading a distro Damian On 16 October 2020 at 11:03, Aaron Hill wrote: On 2020-10-16 2:51 am, Jonas Hahnfeld wrote: If the checksums are different, then they're not equal and ei

Re: linux install problem virtualbox

2020-10-16 Thread damianlegassick
Ok so this is weirdIf I download the .sh in windows and then copy it to the VM it's fine. All attempts to download from within virtualbox have given me that error.I'll keep investigating, thanks or the MD5 steerDamian On 16 October 2020 at 10:36, damianlegassick wrote:actually i go

Re: linux install problem virtualbox

2020-10-16 Thread damianlegassick
actually i got slightly different md5sum lilypond-2.21.7-1.linux-64.sh d69095e7c9726c6882b09548c088f305 lilypond-2.21.7-1.linux-64.shOn 16 October 2020 at 10:32, damianlegassick wrote:yes, checksum fineOn 16 October 2020 at 10:27, Jonas Hahnfeld wrote:Am Freitag, den 16.10.2020, 09:20 +

Re: linux install problem virtualbox

2020-10-16 Thread damianlegassick
yes, checksum fineOn 16 October 2020 at 10:27, Jonas Hahnfeld wrote:Am Freitag, den 16.10.2020, 09:20 + schrieb damianlegassick:Hi allI'm getting these install errors when trying to install the mostrecent lily .shI get this farUntarring lilypond-2.21.7-1.linux-64.shbzip2: Data integrity error

linux install problem virtualbox

2020-10-16 Thread damianlegassick
Hi all I'm getting these install errors when trying to install the most recent lily .sh I get this far Untarring lilypond-2.21.7-1.linux-64.sh bzip2: Data integrity error when decompressing. Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become

fix for Windows Exited with return code -1073741819 ?

2020-09-25 Thread damianlegassick
Hi all I know that this has come up a few times and I'm aware that it's a Windows 32 bit memory issue but does anyone actually have a fix? I have to work on a windows machine atm.  thanks Damian

Re: Nested tuplet across tuplets

2019-09-22 Thread damianlegassick via lilypond-user
Hi AndrewBy making it only a *little* more fiddly and tedious I can get pretty close.I feel your pain...Damian\version "2.19.83"\header {  tagline = "" }{  \time 1/8  \clef bass  \override Score.TupletBracket.bracket-visibility = ##t  <<    {      \once \omit TupletNumber      \once \omit TupletBra

Re: Nested tuplet across tuplets

2019-09-22 Thread damianlegassick via lilypond-user
The rhythm itself is easy to play in isolation but it looks from this snippet as if it would be very difficult to judge the speed so as to coordinate with the other players. Damian On 22 September 2019 at 15:41, Michael Gerdau wrote: 10 quintuplet 32nds are grouped 3, 5:4, 3 Aha...I

Re: Nested tuplet across tuplets

2019-09-22 Thread damianlegassick via lilypond-user
Hi Michael 10 quintuplet 32nds are grouped 3, 5:4, 3 Damian On 22 September 2019 at 11:56, Michael Gerdau wrote: Hi Andrew, I‘m not convinced I understand the intended meaning of the picture you posted. The meaning I do think is intended in turn would be a trivial tautology, just like w

Re: Nested tuplet across tuplets

2019-09-22 Thread damianlegassick via lilypond-user
Hi AndrewThis gets you the rhythm\version "2.19.83"{  <<    {      \time 1/8       \once \omit TupletNumber      \tuplet 5/4 {        s32 s s           \tuplet 5/4          {            \stemDown            g'32[ 32 32 32 32]           }         s s s      }  }  \\  {    \tuplet 5/4 8 {      g'32[

Re: MarkLine and bar numbers

2018-10-28 Thread damianlegassick
Hello Simon don't have the solution to moving the bar number, but 'normally' they *do* align as in your pic \version "2.19.82" aux = { s1*2 } soprano = \relative { s1 \mark\default \break s } << \new StaffGroup << \new Staff \new Voice \soprano \new Staff \new Voice \au

Re: Bar number under beam

2018-08-20 Thread damianlegassick
Thanks Aaron I can work with this Damian > On 18 Aug 2018, at 18:16, Aaron Hill wrote: > > On 2018-08-18 09:25, damianlegassick wrote: >> I want bar 15 the same hight as bar 14 > > { > \version "2.19.82" > \set Score.timing = ##f > \autoBeamOff >

Re: Bar number under beam

2018-08-18 Thread damianlegassick
Hi I want bar 15 the same hight as bar 14 Damian > On 18 Aug 2018, at 17:20, Ben wrote: > > On 8/18/2018 11:55 AM, damianlegassick wrote: >> Hi all >> >> I want the bar numbers to remain close to the staff but things aren’t >> working for me if I beam a

Bar number under beam

2018-08-18 Thread damianlegassick
Hi all I want the bar numbers to remain close to the staff but things aren’t working for me if I beam across the carline with overridden beam positions. Any clues? Thanks as always Damian { \version "2.19.82" \set Score.timing = ##f \autoBeamOff \voiceOne \override BarNumber.outside-

Re: figured bass / latex lilypond-book

2017-11-27 Thread damianlegassick
yph commands for the more common 6/4 4/2 6/3 etc using your \lilyPrintImage macro - using LuaLatex or XeLatex is fine for me. Damian > On 27 Nov 2017, at 15:41, Urs Liska wrote: > > > > Am 27.11.2017 um 16:36 schrieb damianlegassick: >> Hi Urs >> >> not

Re: figured bass / latex lilypond-book

2017-11-27 Thread damianlegassick
Thanks Karl \includegraphics seems to be the simplest and most flexible option for now (especially with that included preamble) Damian > On 27 Nov 2017, at 09:49, k...@aspodata.se wrote: > > Damian: > ... >> I know how to work with figured bass in lilypond when there are >> notes, I meant to as

Re: figured bass / latex lilypond-book

2017-11-27 Thread damianlegassick
Hi Urs not sure what you mean by two layers… Damian > On 26 Nov 2017, at 22:20, Urs Liska wrote: > > > > Am 26.11.2017 um 23:03 schrieb Damian leGassick: >> Hi Joram >> >> I’ve looked at this, but as far as I can tell it doesn’t do figured bass >> numerals > > I think that's true, but it

Re: figured bass / latex lilypond-book

2017-11-27 Thread damianlegassick
Thanks Sam I had a quick look and I think I can tweak this so that accidentals work Damian > On 26 Nov 2017, at 22:21, Sam Bivens wrote: > > Hi Damian, > > I can't help you out all that much since I've never needed to do this in my > own work, but be sure to check out > https://tex.stackexc

figured bass / latex lilypond-book

2017-11-26 Thread damianlegassick
Hello list I want to include references to Roman numerals/figured bass in a latex document — such as V4/2 with a sharp before the 4, or a 6/3 with the 6 slashed and the 3 as a sharp-sign — you know the type of thing I’m currently using the \shortstack Latex package, but it doesn’t look great,

Re: restNeutral equivalent?

2016-12-20 Thread damianlegassick
> On 20 Dec 2016, at 14:09, Phil Holmes wrote: > > - Original Message - From: "damianlegassick" > To: > Sent: Tuesday, December 20, 2016 2:00 PM > Subject: restNeutral equivalent? > > >> Hello all >> >> I have some music in a

restNeutral equivalent?

2016-12-20 Thread damianlegassick
Hello all I have some music in a variable which will be transposed. The transposition means that some clef changes mid-variable will be necessary. I’m trying to use an additional voice for the clef changes, but it leaves the rests in voice 1 all at the same vertical height. Any ideas how I can

\crossStaff plus Beam-positions clips low beam

2016-03-31 Thread damianlegassick
Hi allreviving an old problem here...https://code.google.com/archive/p/lilypond/issues/2849If I compile the following with -dbackend=eps the beam is not visible test.pdf Description: Adobe PDF document I’ve tried 2.19.39 as well, same problemEluze’s 2012 suggestion of adding \markup “ “ to the end

Re: timing false in one staff only?

2011-03-26 Thread damianlegassick
thanks for the tip David, but I can't get it to work...\version "2.13.55"rhyFloat = #(define-music-function (parser location numer denom muzk)(number? number? ly:music?)#{\newSpacingSection\override Score.SpacingSpanner #'strict-note-spacing = ##t\scaleDurations #(cons $numer $denom) { $muzk }\newS

Re: timing false in one staff only?

2011-03-26 Thread damianlegassick
Hi Philyes e.g.\version "2.13.54"music = \relative {c4 d32 e32 f16 g8}justNotes = \relative {c8 d e f }\score {  <<    \new Staff {\music}    \new Staff \with {\remove Timing_translator}{\justNotes}  >>}gives me unevenly spaced notes on the bottom staff, they are still 'in time' with the top staffD