lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: String roman numerals in 2.22.2


From: Carl Sorensen
Subject: Re: String roman numerals in 2.22.2
Date: Tue, 2 Aug 2022 10:32:01 +0000




From: lilypond-user <lilypond-user-bounces+carl.d.sorensen=gmail.com@gnu.org> on behalf of Matthew Pierce <piercello@hotmail.com>
Sent: Monday, August 1, 2022 12:28 PM
To: lilypond-user@gnu.org <lilypond-user@gnu.org>
Subject: String roman numerals in 2.22.2
 
New LilyPond user here, hello everyone. Fantastic tool.

Anyone got a method for roman numeral string indications on artificial harmonics in 2.22.2?

This code

  \romanStringNumbers
  \set stringNumberOrientations = #'(down)
  <g c\harmonic>8-1-4\2

The way I read the problem, g and c\harmonic are on different strings.

So I just moved the string indication to the c\harmonic:

 \romanStringNumbers
  \set stringNumberOrientations = #'(down)
  <g c\harmonic\2>8-1-4

and that worked for me.

Carl


reply via email to

[Prev in Thread] Current Thread [Next in Thread]