________________________________
From: lilypond-user <lilypond-user-bounces+carl.d.sorensen=gmail....@gnu.org> 
on behalf of Matthew Pierce <pierce...@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